diff options
| author | 2009-07-24 17:59:39 +0200 | |
|---|---|---|
| committer | 2009-07-24 17:59:39 +0200 | |
| commit | 15e2c165ac63e225e3fbfc531da5c1f19fede569 (patch) | |
| tree | de62ac166abb30c9809539c8c963b06f4e4d43c2 /include/libiphone | |
| parent | fa3465884eee33178d81ace5f538182704311557 (diff) | |
| download | libimobiledevice-15e2c165ac63e225e3fbfc531da5c1f19fede569.tar.gz libimobiledevice-15e2c165ac63e225e3fbfc531da5c1f19fede569.tar.bz2 | |
Remove DBGMASK_USBMUX as it is obsolete since the libusbmuxd code merge
Diffstat (limited to 'include/libiphone')
| -rw-r--r-- | include/libiphone/libiphone.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index fef59e0..b8c1c59 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -60,9 +60,8 @@ typedef struct iphone_device_int *iphone_device_t; | |||
| 60 | /* Debugging */ | 60 | /* Debugging */ |
| 61 | #define DBGMASK_ALL 0xFFFF | 61 | #define DBGMASK_ALL 0xFFFF |
| 62 | #define DBGMASK_NONE 0x0000 | 62 | #define DBGMASK_NONE 0x0000 |
| 63 | #define DBGMASK_USBMUX (1 << 1) | 63 | #define DBGMASK_LOCKDOWND (1 << 1) |
| 64 | #define DBGMASK_LOCKDOWND (1 << 2) | 64 | #define DBGMASK_MOBILESYNC (1 << 2) |
| 65 | #define DBGMASK_MOBILESYNC (1 << 3) | ||
| 66 | 65 | ||
| 67 | void iphone_set_debug_mask(uint16_t mask); | 66 | void iphone_set_debug_mask(uint16_t mask); |
| 68 | void iphone_set_debug_level(int level); | 67 | void iphone_set_debug_level(int level); |
