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 c512245c..34131a20 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -367,7 +367,7 @@ void m_callback_connectionstatus(Messenger *m, void (*function)(Messenger *m, in
367 * return allocated instance of Messenger on success. 367 * return allocated instance of Messenger on success.
368 * return 0 if there are problems. 368 * return 0 if there are problems.
369 */ 369 */
370Messenger *initMessenger(void); 370Messenger *initMessenger(uint8_t ipv6enabled);
371 371
372/* Run this before closing shop 372/* Run this before closing shop
373 * Free all datastructures. 373 * Free all datastructures.