diff options
| author | 2010-01-12 17:53:55 +0100 | |
|---|---|---|
| committer | 2010-01-12 17:53:55 +0100 | |
| commit | bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600 (patch) | |
| tree | 9108ac43b6fbbc45eb9ea4aed3a2234590aaf501 /include/libiphone | |
| parent | 3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (diff) | |
| download | libimobiledevice-bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600.tar.gz libimobiledevice-bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600.tar.bz2 | |
Remove support for debug masks due to inconsistent use
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) */ |
