Merge branch 'master' into Jeffail-master

This commit is contained in:
irungentoo 2013-08-02 12:17:24 -04:00
commit 2a074d1160
2 changed files with 1 additions and 6 deletions

View File

@ -47,6 +47,7 @@ configure for the normal user or suffer from being way too centralized.
### Documentation:
- [Installation](/INSTALL.md)
- [Commands](/docs/commands.rst)
- [DHT Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/DHT)<br />
- [Lossless UDP Protocol](https://github.com/irungentoo/ProjectTox-Core/wiki/Lossless-UDP)<br />
- [Crypto](https://github.com/irungentoo/ProjectTox-Core/wiki/Crypto)<br />

View File

@ -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