diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/utils.h b/src/utils.h index 430e812..c99730a 100644 --- a/src/utils.h +++ b/src/utils.h | |||
| @@ -22,10 +22,12 @@ | |||
| 22 | #ifndef UTILS_H | 22 | #ifndef UTILS_H |
| 23 | #define UTILS_H | 23 | #define UTILS_H |
| 24 | 24 | ||
| 25 | inline void log_debug_msg(const char *format, ...); | 25 | #include <glib.h> |
| 26 | inline void log_dbg_msg(uint16_t id, const char *format, ...); | ||
| 27 | 26 | ||
| 28 | inline void log_debug_buffer(const char *data, const int length); | 27 | G_GNUC_INTERNAL inline void log_debug_msg(const char *format, ...); |
| 29 | inline void dump_debug_buffer(const char *file, const char *data, const int length); | 28 | G_GNUC_INTERNAL inline void log_dbg_msg(uint16_t id, const char *format, ...); |
| 29 | |||
| 30 | G_GNUC_INTERNAL inline void log_debug_buffer(const char *data, const int length); | ||
| 31 | G_GNUC_INTERNAL inline void dump_debug_buffer(const char *file, const char *data, const int length); | ||
| 30 | 32 | ||
| 31 | #endif | 33 | #endif |
