diff options
Diffstat (limited to 'testing/toxic/friendlist.h')
-rw-r--r-- | testing/toxic/friendlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/friendlist.h b/testing/toxic/friendlist.h index f0c27f53..91b917fd 100644 --- a/testing/toxic/friendlist.h +++ b/testing/toxic/friendlist.h | |||
@@ -4,7 +4,7 @@ | |||
4 | #include "windows.h" | 4 | #include "windows.h" |
5 | #include "chat.h" | 5 | #include "chat.h" |
6 | 6 | ||
7 | ToxWindow new_friendlist(char *ws); | 7 | ToxWindow new_friendlist(); |
8 | int friendlist_onFriendAdded(Messenger *m, int num); | 8 | int friendlist_onFriendAdded(Messenger *m, int num); |
9 | void disable_chatwin(int f_num); | 9 | void disable_chatwin(int f_num); |
10 | void fix_name(uint8_t *name); | 10 | void fix_name(uint8_t *name); |