summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/Messenger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Messenger.h b/core/Messenger.h
index 634b1c8b..3a9a56df 100644
--- a/core/Messenger.h
+++ b/core/Messenger.h
@@ -190,7 +190,7 @@ void m_callback_statusmessage(void (*function)(int, uint8_t *, uint16_t));
190 190
191/* set the callback for status type changes 191/* set the callback for status type changes
192 function(int friendnumber, USERSTATUS kind) */ 192 function(int friendnumber, USERSTATUS kind) */
193void m_callback_userstatus(void (*function)(int, USERSTATUS)) 193void m_callback_userstatus(void (*function)(int, USERSTATUS));
194 194
195/* set the callback for read receipts 195/* set the callback for read receipts
196 function(int friendnumber, uint32_t receipt) 196 function(int friendnumber, uint32_t receipt)