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

add popup alert on friend delete

This commit is contained in:
Jfreegman
2014-03-08 23:57:21 -05:00
parent 33e16fe870
commit fe0641e981
5 changed files with 73 additions and 7 deletions

View File

@ -42,6 +42,11 @@ typedef struct {
struct FileReceiver file_receiver;
} ToxicFriend;
typedef struct {
int num;
bool active;
} PendingDel;
ToxWindow new_friendlist(void);
void disable_chatwin(int f_num);
int get_friendnum(uint8_t *name);