summaryrefslogtreecommitdiffstats
path: root/src/house_arrest.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-26 20:01:46 +0100
committerGravatar Martin Szulecki2013-02-27 16:18:47 +0100
commit1563dc9a26010a3121182f6a33164298c2fe03ab (patch)
treea5218b87d19873183fc6861314e15e7dfd038912 /src/house_arrest.c
parentc6c36ba16e57e6b5694b5309d1ded3d7cff563ca (diff)
downloadlibimobiledevice-1563dc9a26010a3121182f6a33164298c2fe03ab.tar.gz
libimobiledevice-1563dc9a26010a3121182f6a33164298c2fe03ab.tar.bz2
afc: List afc_client_new_with_service_client() in private header
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
* @return AFC_E_SUCCESS if the afc client was successfully created,
* AFC_E_INVALID_ARG if client is invalid or was already used to create
* an afc client, or an AFC_E_* error code returned by
- * afc_client_new_from_connection().
+ * afc_client_new_with_service_client().
*/
afc_error_t afc_client_new_from_house_arrest_client(house_arrest_client_t client, afc_client_t *afc_client)
{