X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Ffat.h;h=8d7b86c10a525c0f2856218d769412960e02ec89;hp=01b5c2080b55d8464d0647411ef14c5bd3d3780a;hb=70a4b10edcf53a90140e6dd80ccaa045f3647ad7;hpb=9799d681703e3a63dbbf876c16c9bb51b20c8fab;ds=sidebyside diff --git a/mkfs/fat.h b/mkfs/fat.h index 01b5c20..8d7b86c 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, 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_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 */