diff options
| author | 2009-07-24 17:46:30 +0200 | |
|---|---|---|
| committer | 2009-07-24 17:46:30 +0200 | |
| commit | 601e70e8ee757b769bdc10b16e108e846a1a0b93 (patch) | |
| tree | 42f377a16f90da737bc68927845ffb9888805733 /include | |
| parent | f995c63e1bc56dd2d098a06f130d55334979f38f (diff) | |
| download | libimobiledevice-601e70e8ee757b769bdc10b16e108e846a1a0b93.tar.gz libimobiledevice-601e70e8ee757b769bdc10b16e108e846a1a0b93.tar.bz2 | |
Rename iphone_set_debug() to iphone_set_debug_level() and code using it
Diffstat (limited to 'include')
| -rw-r--r-- | include/libiphone/libiphone.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h index fa26d14..fef59e0 100644 --- a/include/libiphone/libiphone.h +++ b/include/libiphone/libiphone.h | |||
| @@ -57,7 +57,7 @@ typedef int16_t iphone_error_t; | |||
| 57 | struct iphone_device_int; | 57 | struct iphone_device_int; |
| 58 | typedef struct iphone_device_int *iphone_device_t; | 58 | typedef struct iphone_device_int *iphone_device_t; |
| 59 | 59 | ||
| 60 | //debug related functions | 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_USBMUX (1 << 1) |
| @@ -65,7 +65,7 @@ typedef struct iphone_device_int *iphone_device_t; | |||
| 65 | #define DBGMASK_MOBILESYNC (1 << 3) | 65 | #define DBGMASK_MOBILESYNC (1 << 3) |
| 66 | 66 | ||
| 67 | void iphone_set_debug_mask(uint16_t mask); | 67 | void iphone_set_debug_mask(uint16_t mask); |
| 68 | void iphone_set_debug(int level); | 68 | void iphone_set_debug_level(int level); |
| 69 | 69 | ||
| 70 | //device related functions | 70 | //device related functions |
| 71 | iphone_error_t iphone_get_device(iphone_device_t *device); | 71 | iphone_error_t iphone_get_device(iphone_device_t *device); |
