Added a data.json file for storing things.
For now, the file contains pending friend requests.
This commit is contained in:
parent
66b7f06002
commit
4dcc088e1d
6 changed files with 105 additions and 25 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue