X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Frootdir.h;h=f3e7843ace260bb13c042e9932037215c916bff5;hp=07ec2add3b66c7e4e1056d8c9e5034e341961c1a;hb=4efb596cee7f7cc961990f8dffc3b210e579e49c;hpb=4cb393cfd9b0ab69392612521ee3dbe481ec492d diff --git a/mkfs/rootdir.h b/mkfs/rootdir.h index 07ec2ad..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(off_t base, int fd); +#include "mkexfat.h" + +extern const struct fs_object rootdir; #endif /* ifndef MKFS_ROOTDIR_H_INCLUDED */