summaryrefslogtreecommitdiff
path: root/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext.h')
-rw-r--r--ext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext.h b/ext.h
index 6e9ba7f..532e840 100644
--- a/ext.h
+++ b/ext.h
@@ -90,6 +90,8 @@ int writefsinfo(int, struct bootblock *);
/* Opaque type */
struct fat_descriptor;
+int cleardirty(struct fat_descriptor *);
+
void fat_clear_cl_head(struct fat_descriptor *, cl_t);
bool fat_is_cl_head(struct fat_descriptor *, cl_t);