summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/fat.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/msdosfs/fat.h')
-rw-r--r--sys/fs/msdosfs/fat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/fs/msdosfs/fat.h b/sys/fs/msdosfs/fat.h
index 216fde5..3b0599e 100644
--- a/sys/fs/msdosfs/fat.h
+++ b/sys/fs/msdosfs/fat.h
@@ -99,5 +99,6 @@ int fatentry(int function, struct msdosfsmount *pmp, u_long cluster, u_long *old
int freeclusterchain(struct msdosfsmount *pmp, u_long startchain);
int extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, int flags);
void fc_purge(struct denode *dep, u_int frcn);
+int markvoldirty(struct msdosfsmount *pmp, int dirty);
#endif /* _KERNEL */
OpenPOWER on IntegriCloud