1
0
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:
Ansa89
2015-02-01 21:09:48 +01:00
parent 4badc983ea
commit 2b19f56e63
6 changed files with 15 additions and 15 deletions

View File

@ -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 {