1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 19:36:34 +01:00

remove temporary callbacks from refactoring

This commit is contained in:
Aaron Lipinski
2013-08-13 12:32:09 +12:00
parent 722d272128
commit 4a3292a32b
6 changed files with 12 additions and 20 deletions

3
chat.h
View File

@@ -1,7 +1,6 @@
#ifndef CHAT_H_6489PZ13
#define CHAT_H_6489PZ13
typedef void (delWindowFn)(ToxWindow *w, int f_num);
ToxWindow new_chat(Messenger *m, int friendnum, delWindowFn f);
ToxWindow new_chat(Messenger *m, int friendnum);
#endif /* end of include guard: CHAT_H_6489PZ13 */