diff options
Diffstat (limited to 'include/osmocore/logging.h')
-rw-r--r-- | include/osmocore/logging.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/osmocore/logging.h b/include/osmocore/logging.h index 2e82959a..7bf24403 100644 --- a/include/osmocore/logging.h +++ b/include/osmocore/logging.h @@ -21,7 +21,6 @@ #define static_assert(exp, name) typedef int dummy##name [(exp) ? 1 : -1]; -char *hexdump(const unsigned char *buf, int len); void logp(unsigned int subsys, char *file, int line, int cont, const char *format, ...) __attribute__ ((format (printf, 5, 6))); /* new logging interface */ |