summaryrefslogtreecommitdiff
path: root/toxcore/misc_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/misc_tools.h')
-rw-r--r--toxcore/misc_tools.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/toxcore/misc_tools.h b/toxcore/misc_tools.h
index d6308015..9aa98ba0 100644
--- a/toxcore/misc_tools.h
+++ b/toxcore/misc_tools.h
@@ -28,8 +28,6 @@
28#include <stdint.h> 28#include <stdint.h>
29#include <string.h> /* for memcpy() */ 29#include <string.h> /* for memcpy() */
30 30
31unsigned char *hex_string_to_bin(char hex_string[]);
32
33/*********************Debugging Macros******************** 31/*********************Debugging Macros********************
34 * wiki.tox.im/index.php/Internal_functions_and_data_structures#Debugging 32 * wiki.tox.im/index.php/Internal_functions_and_data_structures#Debugging
35 *********************************************************/ 33 *********************************************************/