summaryrefslogtreecommitdiffstats
path: root/include/libiphone/libiphone.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libiphone/libiphone.h')
-rw-r--r--include/libiphone/libiphone.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libiphone/libiphone.h b/include/libiphone/libiphone.h
index 32d47d3..158fd84 100644
--- a/include/libiphone/libiphone.h
+++ b/include/libiphone/libiphone.h
@@ -118,6 +118,7 @@ iphone_error_t iphone_afc_truncate_file ( iphone_afc_client_t client, iphone_afc
118iphone_error_t iphone_afc_delete_file ( iphone_afc_client_t client, const char *path); 118iphone_error_t iphone_afc_delete_file ( iphone_afc_client_t client, const char *path);
119iphone_error_t iphone_afc_rename_file ( iphone_afc_client_t client, const char *from, const char *to); 119iphone_error_t iphone_afc_rename_file ( iphone_afc_client_t client, const char *from, const char *to);
120iphone_error_t iphone_afc_mkdir ( iphone_afc_client_t client, const char *dir); 120iphone_error_t iphone_afc_mkdir ( iphone_afc_client_t client, const char *dir);
121iphone_error_t iphone_afc_truncate(iphone_afc_client_t client, const char *path, off_t newsize);
121 122
122 123
123#ifdef __cplusplus 124#ifdef __cplusplus