diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 489f610..1750b8e 100644 --- a/src/utils.h +++ b/src/utils.h | |||
| @@ -24,7 +24,11 @@ | |||
| 24 | 24 | ||
| 25 | #include "libiphone/libiphone.h" | 25 | #include "libiphone/libiphone.h" |
| 26 | 26 | ||
| 27 | |||
| 28 | |||
| 27 | inline void log_debug_msg(const char *format, ...); | 29 | inline void log_debug_msg(const char *format, ...); |
| 30 | inline void log_dbg_msg(uint16_t id, const char *format, ...); | ||
| 31 | |||
| 28 | inline void log_debug_buffer(const char *data, const int length); | 32 | inline void log_debug_buffer(const char *data, const int length); |
| 29 | inline void dump_debug_buffer(const char *file, const char *data, const int length); | 33 | inline void dump_debug_buffer(const char *file, const char *data, const int length); |
| 30 | #endif | 34 | #endif |
