mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 21:16:34 +01: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