1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-02 02:46:45 +02:00

cflags were doing nothing

This commit is contained in:
Jfreegman
2013-11-15 21:36:05 -05:00
parent 40b79f5e69
commit e9ef2b1fc6
4 changed files with 4 additions and 6 deletions

View File

@ -7,5 +7,6 @@
ToxWindow new_friendlist();
void disable_chatwin(int f_num);
int get_friendnum(uint8_t *name);
void sort_friendlist_index(void);
#endif /* end of include guard: FRIENDLIST_H_53I41IM */