X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Fvbr.h;h=c3a6362e063daf604c02ca487a46ae73b9b4f985;hp=fb6b7cd99fb2cb37c258c7237520191c71418e02;hb=70a4b10edcf53a90140e6dd80ccaa045f3647ad7;hpb=4cb393cfd9b0ab69392612521ee3dbe481ec492d;ds=sidebyside diff --git a/mkfs/vbr.h b/mkfs/vbr.h index fb6b7cd..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(off_t base, int fd); +#include "mkexfat.h" + +extern const struct fs_object vbr; #endif /* ifndef MKFS_VBR_H_INCLUDED */