diff options
Diffstat (limited to 'testing/toxic/chat.h')
-rw-r--r-- | testing/toxic/chat.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/toxic/chat.h b/testing/toxic/chat.h index dcd5b3ba..7599d462 100644 --- a/testing/toxic/chat.h +++ b/testing/toxic/chat.h | |||
@@ -1,7 +1,6 @@ | |||
1 | #ifndef CHAT_H_6489PZ13 | 1 | #ifndef CHAT_H_6489PZ13 |
2 | #define CHAT_H_6489PZ13 | 2 | #define CHAT_H_6489PZ13 |
3 | 3 | ||
4 | typedef void (delWindowFn)(ToxWindow *w, int f_num); | 4 | ToxWindow new_chat(Messenger *m, int friendnum); |
5 | ToxWindow new_chat(Messenger *m, int friendnum, delWindowFn f); | ||
6 | 5 | ||
7 | #endif /* end of include guard: CHAT_H_6489PZ13 */ | 6 | #endif /* end of include guard: CHAT_H_6489PZ13 */ |