summaryrefslogtreecommitdiff
path: root/include/exfat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/exfat.h')
-rw-r--r--include/exfat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exfat.h b/include/exfat.h
index 7e43beeb348..75fce5b6566 100644
--- a/include/exfat.h
+++ b/include/exfat.h
@@ -20,5 +20,6 @@ int exfat_fs_unlink(const char *filename);
int exfat_fs_mkdir(const char *dirname);
int exfat_fs_write(const char *filename, void *buf, loff_t offset,
loff_t len, loff_t *actwrite);
+int exfat_fs_rename(const char *old_path, const char *new_path);
#endif /* _EXFAT_H */