diff options
Diffstat (limited to 'include/libimobiledevice/mobile_image_mounter.h')
-rw-r--r-- | include/libimobiledevice/mobile_image_mounter.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libimobiledevice/mobile_image_mounter.h b/include/libimobiledevice/mobile_image_mounter.h index e185ad5..891df40 100644 --- a/include/libimobiledevice/mobile_image_mounter.h +++ b/include/libimobiledevice/mobile_image_mounter.h | |||
@@ -31,6 +31,7 @@ extern "C" { | |||
31 | #include <libimobiledevice/libimobiledevice.h> | 31 | #include <libimobiledevice/libimobiledevice.h> |
32 | #include <libimobiledevice/lockdown.h> | 32 | #include <libimobiledevice/lockdown.h> |
33 | 33 | ||
34 | /** Service identifier passed to lockdownd_start_service() to start the mobile image mounter service */ | ||
34 | #define MOBILE_IMAGE_MOUNTER_SERVICE_NAME "com.apple.mobile.mobile_image_mounter" | 35 | #define MOBILE_IMAGE_MOUNTER_SERVICE_NAME "com.apple.mobile.mobile_image_mounter" |
35 | 36 | ||
36 | /** Error Codes */ | 37 | /** Error Codes */ |
@@ -44,7 +45,7 @@ typedef enum { | |||
44 | MOBILE_IMAGE_MOUNTER_E_UNKNOWN_ERROR = -256 | 45 | MOBILE_IMAGE_MOUNTER_E_UNKNOWN_ERROR = -256 |
45 | } mobile_image_mounter_error_t; | 46 | } mobile_image_mounter_error_t; |
46 | 47 | ||
47 | typedef struct mobile_image_mounter_client_private mobile_image_mounter_client_private; | 48 | typedef struct mobile_image_mounter_client_private mobile_image_mounter_client_private; /**< \private */ |
48 | typedef mobile_image_mounter_client_private *mobile_image_mounter_client_t; /**< The client handle. */ | 49 | typedef mobile_image_mounter_client_private *mobile_image_mounter_client_t; /**< The client handle. */ |
49 | 50 | ||
50 | /** callback for image upload */ | 51 | /** callback for image upload */ |