summaryrefslogtreecommitdiffstats
path: root/include/libiphone/libiphone.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2010-01-12 17:53:55 +0100
committerGravatar Martin Szulecki2010-01-12 17:53:55 +0100
commitbf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600 (patch)
tree9108ac43b6fbbc45eb9ea4aed3a2234590aaf501 /include/libiphone/libiphone.h
parent3b57fa5d0ed2d8060233fa9604bd7f98a7d6cdab (diff)
downloadlibimobiledevice-bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600.tar.gz
libimobiledevice-bf3dc421b2b5ccfe2fcd3cd4ec1ef90f39599600.tar.bz2
Remove support for debug masks due to inconsistent use
Diffstat (limited to 'include/libiphone/libiphone.h')
-rw-r--r--include/libiphone/libiphone.h8
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) */