X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Ffat.h;h=f7eb395cf0a19b04386719a54e294786b0d6643f;hp=01b5c2080b55d8464d0647411ef14c5bd3d3780a;hb=4efb596cee7f7cc961990f8dffc3b210e579e49c;hpb=9799d681703e3a63dbbf876c16c9bb51b20c8fab diff --git a/mkfs/fat.h b/mkfs/fat.h index 01b5c20..f7eb395 100644 --- a/mkfs/fat.h +++ b/mkfs/fat.h @@ -2,7 +2,7 @@ fat.h (09.11.10) File Allocation Table 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_FAT_H_INCLUDED #define MKFS_FAT_H_INCLUDED -off_t fat_alignment(void); -off_t fat_size(void); -int fat_write(struct exfat_dev* dev, off_t base); +#include "mkexfat.h" + +extern const struct fs_object fat; #endif /* ifndef MKFS_FAT_H_INCLUDED */