summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r--toxcore/Messenger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index ac7d7245..0744ae58 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -460,7 +460,7 @@ int m_get_istyping(const Messenger *m, int32_t friendnumber);
460 460
461/* Set the logger callback. 461/* Set the logger callback.
462 */ 462 */
463void m_callback_log(Messenger *m, logger_cb *function, void *userdata); 463void m_callback_log(Messenger *m, logger_cb *function, void *context, void *userdata);
464 464
465/* Set the function that will be executed when a friend request is received. 465/* Set the function that will be executed when a friend request is received.
466 * Function format is function(uint8_t * public_key, uint8_t * data, size_t length) 466 * Function format is function(uint8_t * public_key, uint8_t * data, size_t length)