Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjentsch <mtthsjntsch@gmail.com>2014-12-26 21:19:29 +0300
committermjentsch <mtthsjntsch@gmail.com>2014-12-26 21:19:29 +0300
commite3caa6acdb7ca56038c49ca03eaa6d5bccef2da3 (patch)
treeabd794f4fcd4e74bb7339d8170d37ba6716a2e3f /msglog.h
parentd08e54d3e0657e3b84bd6dc71e42980c31326875 (diff)
Remove unused functions and add some comments
Diffstat (limited to 'msglog.h')
-rw-r--r--msglog.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/msglog.h b/msglog.h
index 43fe8f8..bb9f256 100644
--- a/msglog.h
+++ b/msglog.h
@@ -19,8 +19,6 @@
*/
#include <stdarg.h>
-void hexdump (int *in_ptr, int *in_end);
-
void debug(const char* format, ...);
void info(const char* format, ...);
void warning(const char* format, ...);