diff options
author | Aaron Lipinski <kris.lipinski@gmail.com> | 2013-08-13 12:32:09 +1200 |
---|---|---|
committer | Aaron Lipinski <kris.lipinski@gmail.com> | 2013-08-15 00:36:31 +1200 |
commit | 4946c809d75ebec360d3f34b7518fb5f0948c925 (patch) | |
tree | b96973893bb88b00797ce4e85b2455fe9b57589e /testing/toxic/friendlist.h | |
parent | 1edb7c1660884face7f5d97b8d6df57da5e54a17 (diff) |
remove temporary callbacks from refactoring
Diffstat (limited to 'testing/toxic/friendlist.h')
-rw-r--r-- | testing/toxic/friendlist.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/toxic/friendlist.h b/testing/toxic/friendlist.h index e8b93aef..c3d8dac7 100644 --- a/testing/toxic/friendlist.h +++ b/testing/toxic/friendlist.h | |||
@@ -1,12 +1,10 @@ | |||
1 | #ifndef FRIENDLIST_H_53I41IM | 1 | #ifndef FRIENDLIST_H_53I41IM |
2 | #define FRIENDLIST_H_53I41IM | 2 | #define FRIENDLIST_H_53I41IM |
3 | 3 | ||
4 | |||
5 | #include "windows.h" | 4 | #include "windows.h" |
6 | #include "chat.h" | 5 | #include "chat.h" |
7 | typedef void (setActiveWindowFn)(int ch); | 6 | |
8 | typedef int (addWindowFn)(Messenger *m, ToxWindow w, int n); | 7 | ToxWindow new_friendlist(char * ws); |
9 | ToxWindow new_friendlist(delWindowFn dw, setActiveWindowFn saw, addWindowFn aw, char * ws); | ||
10 | int friendlist_onFriendAdded(Messenger *m, int num); | 8 | int friendlist_onFriendAdded(Messenger *m, int num); |
11 | void disable_chatwin(int f_num); | 9 | void disable_chatwin(int f_num); |
12 | void fix_name(uint8_t *name); | 10 | void fix_name(uint8_t *name); |