diff options
| author | 2013-02-26 20:01:46 +0100 | |
|---|---|---|
| committer | 2013-02-27 16:18:47 +0100 | |
| commit | 1563dc9a26010a3121182f6a33164298c2fe03ab (patch) | |
| tree | a5218b87d19873183fc6861314e15e7dfd038912 /src/house_arrest.c | |
| parent | c6c36ba16e57e6b5694b5309d1ded3d7cff563ca (diff) | |
| download | libimobiledevice-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.c | 2 |
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 | */ |
| 240 | afc_error_t afc_client_new_from_house_arrest_client(house_arrest_client_t client, afc_client_t *afc_client) | 240 | afc_error_t afc_client_new_from_house_arrest_client(house_arrest_client_t client, afc_client_t *afc_client) |
| 241 | { | 241 | { |
