mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-30 08:26:45 +02:00
bug fixes and code cleanup
This commit is contained in:
@ -44,7 +44,7 @@ typedef struct {
|
||||
int max_idx;
|
||||
int num_requests;
|
||||
struct friend_request request[MAX_FRIEND_REQUESTS];
|
||||
} _FriendRequests;
|
||||
} FriendRequests;
|
||||
|
||||
ToxWindow new_prompt(void);
|
||||
void prep_prompt_win(void);
|
||||
|
Reference in New Issue
Block a user