Refactoring.
This commit is contained in:
parent
f03103fa8f
commit
e02d2c9b0e
7 changed files with 76 additions and 52 deletions
|
@ -46,6 +46,9 @@ tox_weechat_friend_request_add(struct t_tox_weechat_identity *identity,
|
|||
void
|
||||
tox_weechat_accept_friend_request(struct t_tox_weechat_friend_request *request);
|
||||
|
||||
void
|
||||
tox_weechat_decline_friend_request(struct t_tox_weechat_friend_request *request);
|
||||
|
||||
struct t_tox_weechat_friend_request *
|
||||
tox_weechat_friend_request_with_num(struct t_tox_weechat_identity *identity,
|
||||
unsigned int num);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue