diff options
Diffstat (limited to 'toxcore/util.h')
-rw-r--r-- | toxcore/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toxcore/util.h b/toxcore/util.h index 13ab4792..1c1898a0 100644 --- a/toxcore/util.h +++ b/toxcore/util.h | |||
@@ -20,6 +20,7 @@ typedef int (*load_state_callback_func)(void *outer, uint8_t *data, uint32_t len | |||
20 | int load_state(load_state_callback_func load_state_callback, void *outer, | 20 | int load_state(load_state_callback_func load_state_callback, void *outer, |
21 | uint8_t *data, uint32_t length, uint16_t cookie_inner); | 21 | uint8_t *data, uint32_t length, uint16_t cookie_inner); |
22 | 22 | ||
23 | #define LOGGING | ||
23 | #ifdef LOGGING | 24 | #ifdef LOGGING |
24 | extern char logbuffer[512]; | 25 | extern char logbuffer[512]; |
25 | void loginit(uint16_t port); | 26 | void loginit(uint16_t port); |