summaryrefslogtreecommitdiff
path: root/toxcore/friend_requests.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-06-10 18:35:55 -0400
committerirungentoo <irungentoo@gmail.com>2014-06-10 18:35:55 -0400
commit07936960dfa527dfa99cb518217218948d552955 (patch)
tree27ce2c7782f758e6ffb79cee55ed0c6e0113903c /toxcore/friend_requests.h
parent99d594014014a37fdee9e83575a8895400c9cd60 (diff)
Astyle and fixes.
Diffstat (limited to 'toxcore/friend_requests.h')
-rw-r--r--toxcore/friend_requests.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toxcore/friend_requests.h b/toxcore/friend_requests.h
index 58ff91ce..8d429a7e 100644
--- a/toxcore/friend_requests.h
+++ b/toxcore/friend_requests.h
@@ -66,8 +66,8 @@ int remove_request_received(Friend_Requests *fr, uint8_t *client_id);
66/* Set the function that will be executed when a friend request for us is received. 66/* Set the function that will be executed when a friend request for us is received.
67 * Function format is function(uint8_t * public_key, uint8_t * data, uint16_t length, void * userdata) 67 * Function format is function(uint8_t * public_key, uint8_t * data, uint16_t length, void * userdata)
68 */ 68 */
69void callback_friendrequest(Friend_Requests *fr, void (*function)(void *, const uint8_t *, const uint8_t *, uint16_t, void *), 69void callback_friendrequest(Friend_Requests *fr, void (*function)(void *, const uint8_t *, const uint8_t *, uint16_t,
70 void *object, void *userdata); 70 void *), void *object, void *userdata);
71 71
72/* Set the function used to check if a friend request should be displayed to the user or not. 72/* Set the function used to check if a friend request should be displayed to the user or not.
73 * Function format is int function(uint8_t * public_key, void * userdata) 73 * Function format is int function(uint8_t * public_key, void * userdata)