summaryrefslogtreecommitdiffstats
path: root/src/installation_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/installation_proxy.c')
-rw-r--r--src/installation_proxy.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/installation_proxy.c b/src/installation_proxy.c
index 24044aa..7c2d336 100644
--- a/src/installation_proxy.c
+++ b/src/installation_proxy.c
@@ -286,7 +286,7 @@ LIBIMOBILEDEVICE_API instproxy_error_t instproxy_client_free(instproxy_client_t
286 * @param package_path The installation package path or NULL if not required. 286 * @param package_path The installation package path or NULL if not required.
287 * 287 *
288 * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if 288 * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if
289 * an error occured. 289 * an error occurred.
290 */ 290 */
291static instproxy_error_t instproxy_send_command(instproxy_client_t client, plist_t command) 291static instproxy_error_t instproxy_send_command(instproxy_client_t client, plist_t command)
292{ 292{
@@ -460,7 +460,7 @@ static void* instproxy_receive_status_loop_thread(void* arg)
460 * 460 *
461 * @return INSTPROXY_E_SUCCESS when the thread was created (async mode), or 461 * @return INSTPROXY_E_SUCCESS when the thread was created (async mode), or
462 * when the command completed successfully (sync). 462 * when the command completed successfully (sync).
463 * An INSTPROXY_E_* error value is returned if an error occured. 463 * An INSTPROXY_E_* error value is returned if an error occurred.
464 */ 464 */
465static instproxy_error_t instproxy_receive_status_loop_with_callback(instproxy_client_t client, plist_t command, instproxy_command_type_t async, instproxy_status_cb_t status_cb, void *user_data) 465static instproxy_error_t instproxy_receive_status_loop_with_callback(instproxy_client_t client, plist_t command, instproxy_command_type_t async, instproxy_status_cb_t status_cb, void *user_data)
466{ 466{
@@ -505,7 +505,7 @@ static instproxy_error_t instproxy_receive_status_loop_with_callback(instproxy_c
505 * @param user_data Callback data passed to status_cb. 505 * @param user_data Callback data passed to status_cb.
506 * 506 *
507 * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if 507 * @return INSTPROXY_E_SUCCESS on success or an INSTPROXY_E_* error value if
508 * an error occured. 508 * an error occurred.
509 */ 509 */
510static instproxy_error_t instproxy_perform_command(instproxy_client_t client, plist_t command, instproxy_command_type_t async, instproxy_status_cb_t status_cb, void *user_data) 510static instproxy_error_t instproxy_perform_command(instproxy_client_t client, plist_t command, instproxy_command_type_t async, instproxy_status_cb_t status_cb, void *user_data)
511{ 511{