summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/Messenger.h')
-rw-r--r--toxcore/Messenger.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/toxcore/Messenger.h b/toxcore/Messenger.h
index b588fb4b..05b049ae 100644
--- a/toxcore/Messenger.h
+++ b/toxcore/Messenger.h
@@ -31,10 +31,6 @@
31#include "friend_requests.h" 31#include "friend_requests.h"
32#include "LAN_discovery.h" 32#include "LAN_discovery.h"
33 33
34#ifdef __cplusplus
35extern "C" {
36#endif
37
38#define MAX_NAME_LENGTH 128 34#define MAX_NAME_LENGTH 128
39#define MAX_STATUSMESSAGE_LENGTH 128 35#define MAX_STATUSMESSAGE_LENGTH 128
40 36
@@ -376,8 +372,5 @@ void Messenger_save(Messenger *m, uint8_t *data);
376/* Load the messenger from data of size length. */ 372/* Load the messenger from data of size length. */
377int Messenger_load(Messenger *m, uint8_t *data, uint32_t length); 373int Messenger_load(Messenger *m, uint8_t *data, uint32_t length);
378 374
379#ifdef __cplusplus
380}
381#endif
382 375
383#endif 376#endif