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:
@ -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);
|
||||
|
Reference in New Issue
Block a user