diff options
Diffstat (limited to 'include/libiphone/afc.h')
| -rw-r--r-- | include/libiphone/afc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libiphone/afc.h b/include/libiphone/afc.h index 77b6f0e..e913f91 100644 --- a/include/libiphone/afc.h +++ b/include/libiphone/afc.h | |||
| @@ -107,7 +107,7 @@ afc_error_t afc_truncate(afc_client_t client, const char *path, off_t newsize); | |||
| 107 | afc_error_t afc_make_link(afc_client_t client, afc_link_type_t linktype, const char *target, const char *linkname); | 107 | afc_error_t afc_make_link(afc_client_t client, afc_link_type_t linktype, const char *target, const char *linkname); |
| 108 | 108 | ||
| 109 | /* Helper functions */ | 109 | /* Helper functions */ |
| 110 | char * afc_get_device_info_field(afc_client_t client, const char *field); | 110 | afc_error_t afc_get_device_info_key(afc_client_t client, const char *key, char **value); |
| 111 | 111 | ||
| 112 | #ifdef __cplusplus | 112 | #ifdef __cplusplus |
| 113 | } | 113 | } |
