mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-30 12:46:45 +02:00
Update for toxcore API break
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
struct friend_request {
|
||||
bool active;
|
||||
char msg[MAX_STR_SIZE];
|
||||
uint8_t key[TOX_CLIENT_ID_SIZE];
|
||||
uint8_t key[TOX_PUBLIC_KEY_SIZE];
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user