diff options
Diffstat (limited to 'include/libimobiledevice')
| -rw-r--r-- | include/libimobiledevice/debugserver.h | 1 | ||||
| -rw-r--r-- | include/libimobiledevice/lockdown.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/libimobiledevice/debugserver.h b/include/libimobiledevice/debugserver.h index 8ff31fb..ce8176c 100644 --- a/include/libimobiledevice/debugserver.h +++ b/include/libimobiledevice/debugserver.h | |||
| @@ -31,6 +31,7 @@ extern "C" { | |||
| 31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
| 32 | 32 | ||
| 33 | #define DEBUGSERVER_SERVICE_NAME "com.apple.debugserver" | 33 | #define DEBUGSERVER_SERVICE_NAME "com.apple.debugserver" |
| 34 | #define DEBUGSERVER_SECURE_SERVICE_NAME DEBUGSERVER_SERVICE_NAME ".DVTSecureSocketProxy" | ||
| 34 | 35 | ||
| 35 | /** Error Codes */ | 36 | /** Error Codes */ |
| 36 | typedef enum { | 37 | typedef enum { |
diff --git a/include/libimobiledevice/lockdown.h b/include/libimobiledevice/lockdown.h index a660f33..c35e5e9 100644 --- a/include/libimobiledevice/lockdown.h +++ b/include/libimobiledevice/lockdown.h | |||
| @@ -96,6 +96,7 @@ typedef struct lockdownd_pair_record *lockdownd_pair_record_t; | |||
| 96 | struct lockdownd_service_descriptor { | 96 | struct lockdownd_service_descriptor { |
| 97 | uint16_t port; | 97 | uint16_t port; |
| 98 | uint8_t ssl_enabled; | 98 | uint8_t ssl_enabled; |
| 99 | char* identifier; | ||
| 99 | }; | 100 | }; |
| 100 | typedef struct lockdownd_service_descriptor *lockdownd_service_descriptor_t; | 101 | typedef struct lockdownd_service_descriptor *lockdownd_service_descriptor_t; |
| 101 | 102 | ||
