diff options
Diffstat (limited to 'include/libimobiledevice/mobileactivation.h')
-rw-r--r-- | include/libimobiledevice/mobileactivation.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/libimobiledevice/mobileactivation.h b/include/libimobiledevice/mobileactivation.h index 51de205..774c116 100644 --- a/include/libimobiledevice/mobileactivation.h +++ b/include/libimobiledevice/mobileactivation.h | |||
@@ -30,6 +30,7 @@ extern "C" { | |||
30 | #include <libimobiledevice/libimobiledevice.h> | 30 | #include <libimobiledevice/libimobiledevice.h> |
31 | #include <libimobiledevice/lockdown.h> | 31 | #include <libimobiledevice/lockdown.h> |
32 | 32 | ||
33 | /** Service identifier passed to lockdownd_start_service() to start the mobile activation service */ | ||
33 | #define MOBILEACTIVATION_SERVICE_NAME "com.apple.mobileactivationd" | 34 | #define MOBILEACTIVATION_SERVICE_NAME "com.apple.mobileactivationd" |
34 | 35 | ||
35 | /** Error Codes */ | 36 | /** Error Codes */ |
@@ -43,7 +44,7 @@ typedef enum { | |||
43 | MOBILEACTIVATION_E_UNKNOWN_ERROR = -256 | 44 | MOBILEACTIVATION_E_UNKNOWN_ERROR = -256 |
44 | } mobileactivation_error_t; | 45 | } mobileactivation_error_t; |
45 | 46 | ||
46 | typedef struct mobileactivation_client_private mobileactivation_client_private; | 47 | typedef struct mobileactivation_client_private mobileactivation_client_private; /**< \private */ |
47 | typedef mobileactivation_client_private *mobileactivation_client_t; /**< The client handle. */ | 48 | typedef mobileactivation_client_private *mobileactivation_client_t; /**< The client handle. */ |
48 | 49 | ||
49 | /** | 50 | /** |
@@ -138,7 +139,7 @@ mobileactivation_error_t mobileactivation_create_activation_info(mobileactivatio | |||
138 | * provided by mobileactivation_create_activation_session_info(). | 139 | * provided by mobileactivation_create_activation_session_info(). |
139 | * | 140 | * |
140 | * @param client The mobileactivation client | 141 | * @param client The mobileactivation client |
141 | * @aram handshake_response The handshake response returned from drmHandshake | 142 | * @param handshake_response The handshake response returned from drmHandshake |
142 | * @param info Pointer to a plist_t variable that will be set to the | 143 | * @param info Pointer to a plist_t variable that will be set to the |
143 | * activation info created by the mobileactivation service. The | 144 | * activation info created by the mobileactivation service. The |
144 | * consumer is responsible for freeing the returned object using | 145 | * consumer is responsible for freeing the returned object using |