X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Fvbr.h;h=c3a6362e063daf604c02ca487a46ae73b9b4f985;hp=d4cd56d37c72aea9831adf7a55173a9557806da7;hb=70a4b10edcf53a90140e6dd80ccaa045f3647ad7;hpb=9799d681703e3a63dbbf876c16c9bb51b20c8fab diff --git a/mkfs/vbr.h b/mkfs/vbr.h index d4cd56d..c3a6362 100644 --- a/mkfs/vbr.h +++ b/mkfs/vbr.h @@ -2,7 +2,7 @@ vbr.h (09.11.10) Volume Boot Record 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_VBR_H_INCLUDED #define MKFS_VBR_H_INCLUDED -off_t vbr_alignment(void); -off_t vbr_size(void); -int vbr_write(struct exfat_dev* dev, off_t base); +#include "mkexfat.h" + +extern const struct fs_object vbr; #endif /* ifndef MKFS_VBR_H_INCLUDED */