diff options
Diffstat (limited to 'include/libiphone/afc.h')
| -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); | |||
| 91 | afc_error_t afc_get_device_info(afc_client_t client, char ***infos); | 91 | afc_error_t afc_get_device_info(afc_client_t client, char ***infos); |
| 92 | afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); | 92 | afc_error_t afc_read_directory(afc_client_t client, const char *dir, char ***list); |
| 93 | afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist); | 93 | afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char ***infolist); |
| 94 | afc_error_t afc_get_connection_info(afc_client_t client, char ***infolist); | ||
| 95 | afc_error_t afc_file_open(afc_client_t client, const char *filename, afc_file_mode_t file_mode, uint64_t *handle); | 94 | afc_error_t afc_file_open(afc_client_t client, const char *filename, afc_file_mode_t file_mode, uint64_t *handle); |
| 96 | afc_error_t afc_file_close(afc_client_t client, uint64_t handle); | 95 | afc_error_t afc_file_close(afc_client_t client, uint64_t handle); |
| 97 | afc_error_t afc_file_lock(afc_client_t client, uint64_t handle, afc_lock_op_t operation); | 96 | afc_error_t afc_file_lock(afc_client_t client, uint64_t handle, afc_lock_op_t operation); |
