X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Frootdir.h;h=f3e7843ace260bb13c042e9932037215c916bff5;hp=f3df70822b17acb3a9a302129728bd21efdd612f;hb=4efb596cee7f7cc961990f8dffc3b210e579e49c;hpb=9799d681703e3a63dbbf876c16c9bb51b20c8fab

diff --git a/mkfs/rootdir.h b/mkfs/rootdir.h
index f3df708..f3e7843 100644
--- a/mkfs/rootdir.h
+++ b/mkfs/rootdir.h
@@ -2,7 +2,7 @@
 	rootdir.h (09.11.10)
 	Root directory creation code.
 
-	Copyright (C) 2009, 2010  Andrew Nayenko
+	Copyright (C) 2011-2013  Andrew Nayenko
 
 	This program is free software: you can redistribute it and/or modify
 	it under the terms of the GNU General Public License as published by
@@ -21,8 +21,8 @@
 #ifndef MKFS_ROOTDIR_H_INCLUDED
 #define MKFS_ROOTDIR_H_INCLUDED
 
-off_t rootdir_alignment(void);
-off_t rootdir_size(void);
-int rootdir_write(struct exfat_dev* dev, off_t base);
+#include "mkexfat.h"
+
+extern const struct fs_object rootdir;
 
 #endif /* ifndef MKFS_ROOTDIR_H_INCLUDED */