diff options
Diffstat (limited to 'testing/toxic/chat.h')
-rw-r--r-- | testing/toxic/chat.h | 7 |
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 | |||
4 | typedef void (delWindowFn)(ToxWindow *w, int f_num); | ||
5 | ToxWindow new_chat(Messenger *m, int friendnum, delWindowFn f); | ||
6 | |||
7 | #endif /* end of include guard: CHAT_H_6489PZ13 */ | ||