mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge pull request #266 from CharmlessCoin/core
Removed getnumfriends()
This commit is contained in:
commit
c7d383dd25
|
@ -71,12 +71,6 @@ int getfriend_id(uint8_t *client_id)
|
|||
return -1;
|
||||
}
|
||||
|
||||
/* Returns number of friends */
|
||||
int getnumfriends()
|
||||
{
|
||||
return numfriends;
|
||||
}
|
||||
|
||||
/* copies the public key associated to that friend id into client_id buffer.
|
||||
make sure that client_id is of size CLIENT_ID_SIZE.
|
||||
return 0 if success
|
||||
|
|
Loading…
Reference in New Issue
Block a user