diff options
author | Martin Szulecki | 2010-01-12 17:53:55 +0100 |
---|---|---|
committer | Martin Szulecki | 2010-01-12 17:53:55 +0100 |
commit | bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600 (patch) | |
tree | 9108ac43b6fbbc45eb9ea4aed3a2234590aaf501 /include | |
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')
-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; struct iphone_connection_int; typedef struct iphone_connection_int *iphone_connection_t; -/* Debugging */ -#define DBGMASK_ALL 0xFFFF -#define DBGMASK_NONE 0x0000 -#define DBGMASK_LOCKDOWND (1 << 1) -#define DBGMASK_MOBILESYNC (1 << 2) -#define DBGMASK_INSTPROXY (1 << 3) - /* generic */ -void iphone_set_debug_mask(uint16_t mask); void iphone_set_debug_level(int level); /* discovery (events/asynchronous) */ |