diff options
Diffstat (limited to 'include/libimobiledevice')
| -rw-r--r-- | include/libimobiledevice/mobileactivation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libimobiledevice/mobileactivation.h b/include/libimobiledevice/mobileactivation.h index b7f8064..51de205 100644 --- a/include/libimobiledevice/mobileactivation.h +++ b/include/libimobiledevice/mobileactivation.h | |||
| @@ -138,7 +138,7 @@ mobileactivation_error_t mobileactivation_create_activation_info(mobileactivatio | |||
| 138 | * provided by mobileactivation_create_activation_session_info(). | 138 | * provided by mobileactivation_create_activation_session_info(). |
| 139 | * | 139 | * |
| 140 | * @param client The mobileactivation client | 140 | * @param client The mobileactivation client |
| 141 | * @aram handshake_result The handshake result returned from drmHandshake | 141 | * @aram handshake_response The handshake response returned from drmHandshake |
| 142 | * @param info Pointer to a plist_t variable that will be set to the | 142 | * @param info Pointer to a plist_t variable that will be set to the |
| 143 | * activation info created by the mobileactivation service. The | 143 | * activation info created by the mobileactivation service. The |
| 144 | * consumer is responsible for freeing the returned object using | 144 | * consumer is responsible for freeing the returned object using |
| @@ -147,7 +147,7 @@ mobileactivation_error_t mobileactivation_create_activation_info(mobileactivatio | |||
| 147 | * @return MOBILEACTIVATION_E_SUCCESS on success, or an MOBILEACTIVATION_E_* | 147 | * @return MOBILEACTIVATION_E_SUCCESS on success, or an MOBILEACTIVATION_E_* |
| 148 | * error code otherwise. | 148 | * error code otherwise. |
| 149 | */ | 149 | */ |
| 150 | mobileactivation_error_t mobileactivation_create_activation_info_with_session(mobileactivation_client_t client, plist_t handshake_result, plist_t *info); | 150 | mobileactivation_error_t mobileactivation_create_activation_info_with_session(mobileactivation_client_t client, plist_t handshake_response, plist_t *info); |
| 151 | 151 | ||
| 152 | /** | 152 | /** |
| 153 | * Activates the device with the given activation record. | 153 | * Activates the device with the given activation record. |
