summaryrefslogtreecommitdiff
path: root/testing/toxic/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/toxic/chat.h')
-rw-r--r--testing/toxic/chat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/toxic/chat.h b/testing/toxic/chat.h
new file mode 100644
index 00000000..dcd5b3ba
--- /dev/null
+++ b/testing/toxic/chat.h
@@ -0,0 +1,7 @@
1#ifndef CHAT_H_6489PZ13
2#define CHAT_H_6489PZ13
3
4typedef void (delWindowFn)(ToxWindow *w, int f_num);
5ToxWindow new_chat(Messenger *m, int friendnum, delWindowFn f);
6
7#endif /* end of include guard: CHAT_H_6489PZ13 */