diff options
Diffstat (limited to 'op/vos_File.h')
| -rw-r--r-- | op/vos_File.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/op/vos_File.h b/op/vos_File.h index 90f8a22..6d98166 100644 --- a/op/vos_File.h +++ b/op/vos_File.h @@ -23,5 +23,7 @@ void file_close(struct File **F); int file_raw_get_size(const char *file, unsigned long *fsize); int file_raw_is_exist(const char *file); +int file_raw_copy(const char *from, const char *to); +int file_raw_get_dirname(const char *path, char **dirname); #endif |
