diff options
author | Martin Szulecki | 2009-07-27 08:59:18 +0200 |
---|---|---|
committer | Martin Szulecki | 2009-07-27 08:59:18 +0200 |
commit | 05a4c51c9c908794ab9aeeaabfd21d3158843d71 (patch) | |
tree | 1740fc7826248c573dc8fdfb14bd72f19684b7ee | |
parent | eea538c94f01f8054f69f059614f19400187a472 (diff) | |
download | libimobiledevice-05a4c51c9c908794ab9aeeaabfd21d3158843d71.tar.gz libimobiledevice-05a4c51c9c908794ab9aeeaabfd21d3158843d71.tar.bz2 |
Remove unimplemented afc_get_connection_info from public header
-rw-r--r-- | include/libiphone/afc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libiphone/afc.h b/include/libiphone/afc.h index 71730cc..fe9b1bf 100644 --- a/include/libiphone/afc.h +++ b/include/libiphone/afc.h @@ -91,7 +91,6 @@ afc_error_t afc_client_free(afc_client_t client); afc_error_t afc_get_device_info(afc_client_t client, char ***infos); afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist); -afc_error_t afc_get_connection_info(afc_client_t client, char ***infolist); afc_error_t afc_file_open(afc_client_t client, const char *filename, afc_file_mode_t file_mode, uint64_t *handle); afc_error_t afc_file_close(afc_client_t client, uint64_t handle); afc_error_t afc_file_lock(afc_client_t client, uint64_t handle, afc_lock_op_t operation); |