summaryrefslogtreecommitdiff
path: root/core/Messenger.c
diff options
context:
space:
mode:
authorcharmlesscoin <charmlesscoin@gmail.com>2013-08-02 11:36:39 -0400
committercharmlesscoin <charmlesscoin@gmail.com>2013-08-02 11:36:39 -0400
commit6ed5b89e5b8c28c220f76988741ab02e0d853d97 (patch)
tree93f28733110a3924d8fa64b0d4534c44f6152bf2 /core/Messenger.c
parenta2b4b3fa8dadc18ed2d9b552978870bc9da88dd6 (diff)
removed getnumfriends()
Diffstat (limited to 'core/Messenger.c')
-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