From 1563dc9a26010a3121182f6a33164298c2fe03ab Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 26 Feb 2013 20:01:46 +0100 Subject: afc: List afc_client_new_with_service_client() in private header --- src/house_arrest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/house_arrest.c') 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) { -- cgit v1.1-32-gdbae