diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/utils.h b/src/utils.h index d9a441d..1750b8e 100644 --- a/src/utils.h +++ b/src/utils.h | |||
| @@ -24,13 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | #include "libiphone/libiphone.h" | 25 | #include "libiphone/libiphone.h" |
| 26 | 26 | ||
| 27 | #define DBGMASK_ALL 0xFFFF | ||
| 28 | #define DBGMASK_NONE 0x0000 | ||
| 29 | #define DBGMASK_USBMUX (1 << 1) | ||
| 30 | #define DBGMASK_LOCKDOWND (1 << 2) | ||
| 31 | #define DBGMASK_MOBILESYNC (1 << 3) | ||
| 32 | 27 | ||
| 33 | void iphone_set_debug_mask(uint16_t mask); | ||
| 34 | 28 | ||
| 35 | inline void log_debug_msg(const char *format, ...); | 29 | inline void log_debug_msg(const char *format, ...); |
| 36 | inline void log_dbg_msg(uint16_t id, const char *format, ...); | 30 | inline void log_dbg_msg(uint16_t id, const char *format, ...); |
