diff options
Diffstat (limited to 'include/libiphone')
| -rw-r--r-- | include/libiphone/libiphone.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index eb58d5c..70e0068 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -49,15 +49,7 @@ typedef struct iphone_device_int *iphone_device_t; | |||
| 49 | struct iphone_connection_int; | 49 | struct iphone_connection_int; |
| 50 | typedef struct iphone_connection_int *iphone_connection_t; | 50 | typedef struct iphone_connection_int *iphone_connection_t; |
| 51 | 51 | ||
| 52 | /* Debugging */ | ||
| 53 | #define DBGMASK_ALL 0xFFFF | ||
| 54 | #define DBGMASK_NONE 0x0000 | ||
| 55 | #define DBGMASK_LOCKDOWND (1 << 1) | ||
| 56 | #define DBGMASK_MOBILESYNC (1 << 2) | ||
| 57 | #define DBGMASK_INSTPROXY (1 << 3) | ||
| 58 | |||
| 59 | /* generic */ | 52 | /* generic */ |
| 60 | void iphone_set_debug_mask(uint16_t mask); | ||
| 61 | void iphone_set_debug_level(int level); | 53 | void iphone_set_debug_level(int level); |
| 62 | 54 | ||
| 63 | /* discovery (events/asynchronous) */ | 55 | /* discovery (events/asynchronous) */ |
