summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-02 08:53:12 -0700
committerirungentoo <irungentoo@gmail.com>2013-08-02 08:53:12 -0700
commitc7d383dd2538b3c25eaf409a256fee5d228fe456 (patch)
tree4f141a8eb63157833653623fece3e04fc48dd05f
parentd428091b4645771c17d6a4321ad90e75f125e21f (diff)
parent6ed5b89e5b8c28c220f76988741ab02e0d853d97 (diff)
Merge pull request #266 from CharmlessCoin/core
Removed getnumfriends()
-rw-r--r--core/Messenger.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/core/Messenger.c b/core/Messenger.c
index 30f3f658..8f1ed41a 100644
--- a/core/Messenger.c
+++ b/core/Messenger.c
@@ -71,12 +71,6 @@ int getfriend_id(uint8_t *client_id)
71 return -1; 71 return -1;
72} 72}
73 73
74/* Returns number of friends */
75int getnumfriends()
76{
77 return numfriends;
78}
79
80/* copies the public key associated to that friend id into client_id buffer. 74/* copies the public key associated to that friend id into client_id buffer.
81 make sure that client_id is of size CLIENT_ID_SIZE. 75 make sure that client_id is of size CLIENT_ID_SIZE.
82 return 0 if success 76 return 0 if success