X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Frootdir.h;h=64e533243a9f1e103ff264eb84377f65ef22bb9f;hp=f3df70822b17acb3a9a302129728bd21efdd612f;hb=70a4b10edcf53a90140e6dd80ccaa045f3647ad7;hpb=9799d681703e3a63dbbf876c16c9bb51b20c8fab diff --git a/mkfs/rootdir.h b/mkfs/rootdir.h index f3df708..64e5332 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, 2012 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 */