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;
49struct iphone_connection_int; 49struct iphone_connection_int;
50typedef struct iphone_connection_int *iphone_connection_t; 50typedef 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 */
60void iphone_set_debug_mask(uint16_t mask);
61void iphone_set_debug_level(int level); 53void iphone_set_debug_level(int level);
62 54
63/* discovery (events/asynchronous) */ 55/* discovery (events/asynchronous) */