mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Reinstate semicolon
This commit is contained in:
parent
67c2b9fffd
commit
0e03b049d8
|
@ -190,7 +190,7 @@ void m_callback_statusmessage(void (*function)(int, uint8_t *, uint16_t));
|
|||
|
||||
/* set the callback for status type changes
|
||||
function(int friendnumber, USERSTATUS kind) */
|
||||
void m_callback_userstatus(void (*function)(int, USERSTATUS))
|
||||
void m_callback_userstatus(void (*function)(int, USERSTATUS));
|
||||
|
||||
/* set the callback for read receipts
|
||||
function(int friendnumber, uint32_t receipt)
|
||||
|
|
Loading…
Reference in New Issue
Block a user