summaryrefslogtreecommitdiffstats
path: root/src/afc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/afc.h')
-rw-r--r--src/afc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/afc.h b/src/afc.h
index bdb1f16..33662f2 100644
--- a/src/afc.h
+++ b/src/afc.h
@@ -103,4 +103,6 @@ enum {
AFC_OP_SET_FILE_TIME = 0x0000001E /* set st_mtime */
};
+afc_error_t afc_client_new_with_service_client(service_client_t service_client, afc_client_t *client);
+
#endif