]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - mkfs/rootdir.h
Imported Upstream version 1.0.0
[sven/exfat-utils.git] / mkfs / rootdir.h
index 07ec2add3b66c7e4e1056d8c9e5034e341961c1a..f3e7843ace260bb13c042e9932037215c916bff5 100644 (file)
@@ -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(off_t base, int fd);
+#include "mkexfat.h"
+
+extern const struct fs_object rootdir;
 
 #endif /* ifndef MKFS_ROOTDIR_H_INCLUDED */