1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-03 21:26: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

@ -60,7 +60,7 @@ typedef struct {
int namelength;
char statusmsg[TOX_MAX_STATUSMESSAGE_LENGTH + 1];
uint16_t statusmsg_len;
char pub_key[TOX_CLIENT_ID_SIZE];
char pub_key[TOX_PUBLIC_KEY_SIZE];
int32_t num;
int chatwin;
bool active;
@ -77,7 +77,7 @@ typedef struct {
typedef struct {
char name[TOXIC_MAX_NAME_LENGTH + 1];
int namelength;
char pub_key[TOX_CLIENT_ID_SIZE];
char pub_key[TOX_PUBLIC_KEY_SIZE];
int32_t num;
bool active;
uint64_t last_on;