summaryrefslogtreecommitdiffstats
path: root/src/house_arrest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/house_arrest.c')
-rw-r--r--src/house_arrest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/house_arrest.c b/src/house_arrest.c
index ec76346..b3dbbf8 100644
--- a/src/house_arrest.c
+++ b/src/house_arrest.c
@@ -235,7 +235,7 @@ house_arrest_error_t house_arrest_get_result(house_arrest_client_t client, plist
235 * @return AFC_E_SUCCESS if the afc client was successfully created, 235 * @return AFC_E_SUCCESS if the afc client was successfully created,
236 * AFC_E_INVALID_ARG if client is invalid or was already used to create 236 * AFC_E_INVALID_ARG if client is invalid or was already used to create
237 * an afc client, or an AFC_E_* error code returned by 237 * an afc client, or an AFC_E_* error code returned by
238 * afc_client_new_from_connection(). 238 * afc_client_new_with_service_client().
239 */ 239 */
240afc_error_t afc_client_new_from_house_arrest_client(house_arrest_client_t client, afc_client_t *afc_client) 240afc_error_t afc_client_new_from_house_arrest_client(house_arrest_client_t client, afc_client_t *afc_client)
241{ 241{