Added a data.json file for storing things.

For now, the file contains pending friend requests.
This commit is contained in:
Håvard Pettersson 2014-09-18 17:51:19 +02:00
parent 66b7f06002
commit 4dcc088e1d
6 changed files with 105 additions and 25 deletions

View file

@ -22,8 +22,8 @@ struct t_tox_weechat_friend_request
void
tox_weechat_friend_request_init_identity(struct t_tox_weechat_identity *identity);
void
tox_weechat_friend_request_new(struct t_tox_weechat_identity *identity,
int
tox_weechat_friend_request_add(struct t_tox_weechat_identity *identity,
const uint8_t *client_id,
const char *message);