mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-07 04:56:34 +01:00
remove redundant cmd func args, use global prompt instead
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
#define FRIENDLIST_H_53I41IM
|
||||
|
||||
#include "toxic_windows.h"
|
||||
#include "chat.h"
|
||||
|
||||
ToxWindow new_friendlist();
|
||||
ToxWindow new_friendlist(void);
|
||||
void disable_chatwin(int f_num);
|
||||
int get_friendnum(uint8_t *name);
|
||||
void sort_friendlist_index(void);
|
||||
|
||||
Reference in New Issue
Block a user