More group chats.
This commit is contained in:
parent
f81176881f
commit
069c4540ec
11 changed files with 275 additions and 38 deletions
|
@ -31,9 +31,9 @@
|
|||
#include "twc-friend-request.h"
|
||||
|
||||
/**
|
||||
* Add a new friend request to a profile.
|
||||
* Add a new friend request to a profile. Return it's index for accepting.
|
||||
*
|
||||
* Returns 0 on success, -1 on a full friend request list, -2 on other error.
|
||||
* Returns ID on success, -1 on a full friend request list, -2 on other error.
|
||||
*/
|
||||
int
|
||||
twc_friend_request_add(struct t_twc_profile *profile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue