diff options
Diffstat (limited to 'testing/toxic/friendlist.h')
-rw-r--r-- | testing/toxic/friendlist.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/toxic/friendlist.h b/testing/toxic/friendlist.h new file mode 100644 index 00000000..c3d8dac7 --- /dev/null +++ b/testing/toxic/friendlist.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef FRIENDLIST_H_53I41IM | ||
2 | #define FRIENDLIST_H_53I41IM | ||
3 | |||
4 | #include "windows.h" | ||
5 | #include "chat.h" | ||
6 | |||
7 | ToxWindow new_friendlist(char * ws); | ||
8 | int friendlist_onFriendAdded(Messenger *m, int num); | ||
9 | void disable_chatwin(int f_num); | ||
10 | void fix_name(uint8_t *name); | ||
11 | |||
12 | #endif /* end of include guard: FRIENDLIST_H_53I41IM */ | ||