summaryrefslogtreecommitdiff
path: root/firmware/export/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/fat.h')
-rw-r--r--firmware/export/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index f4f09a2d19..6f9c9c5d11 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -89,6 +89,7 @@ extern int fat_seek(struct fat_file *ent, unsigned int sector );
89extern int fat_remove(struct fat_file *ent); 89extern int fat_remove(struct fat_file *ent);
90extern int fat_truncate(const struct fat_file *ent); 90extern int fat_truncate(const struct fat_file *ent);
91extern int fat_rename(struct fat_file* file, 91extern int fat_rename(struct fat_file* file,
92 struct fat_dir* dir,
92 const unsigned char* newname, 93 const unsigned char* newname,
93 int size, int attr); 94 int size, int attr);
94 95