From 8ae2368031ac51065b569003209aae267b95d5b2 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 25 Apr 2013 16:25:22 +0100 Subject: afc: Add convenience helper to free AFC dictionaries in afc_dictionary_free() --- include/libimobiledevice/afc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h index d262650..faf1b10 100644 --- a/include/libimobiledevice/afc.h +++ b/include/libimobiledevice/afc.h @@ -115,6 +115,7 @@ afc_error_t afc_set_file_time(afc_client_t client, const char *path, uint64_t mt /* Helper functions */ afc_error_t afc_get_device_info_key(afc_client_t client, const char *key, char **value); +afc_error_t afc_dictionary_free(char **dictionary); #ifdef __cplusplus } -- cgit v1.1-32-gdbae