1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 16:57:45 +02:00
toxic/src/chat.h

7 lines
163 B
C
Raw Normal View History

2013-08-13 00:50:43 +02:00
#ifndef CHAT_H_6489PZ13
#define CHAT_H_6489PZ13
ToxWindow new_chat(Tox *m, ToxWindow *prompt, int friendnum);
2013-08-13 00:50:43 +02:00
#endif /* end of include guard: CHAT_H_6489PZ13 */