summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/afc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/afc.h')
-rw-r--r--include/libimobiledevice/afc.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h
index 7637db5..14eec7b 100644
--- a/include/libimobiledevice/afc.h
+++ b/include/libimobiledevice/afc.h
@@ -174,10 +174,7 @@ afc_error_t afc_get_file_info(afc_client_t client, const char *filename, char **
174 * 174 *
175 * @param client The client to use to open the file. 175 * @param client The client to use to open the file.
176 * @param filename The file to open. (must be a fully-qualified path) 176 * @param filename The file to open. (must be a fully-qualified path)
177 * @param file_mode The mode to use to open the file. Can be AFC_FILE_READ or 177 * @param file_mode The mode to use to open the file.
178 * AFC_FILE_WRITE; the former lets you read and write, however, and the
179 * second one will *create* the file, destroying anything previously
180 * there.
181 * @param handle Pointer to a uint64_t that will hold the handle of the file 178 * @param handle Pointer to a uint64_t that will hold the handle of the file
182 * 179 *
183 * @return AFC_E_SUCCESS on success or an AFC_E_* error value. 180 * @return AFC_E_SUCCESS on success or an AFC_E_* error value.