]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - mkfs/vbr.h
Imported Upstream version 0.9.8
[sven/exfat-utils.git] / mkfs / vbr.h
index fb6b7cd99fb2cb37c258c7237520191c71418e02..c3a6362e063daf604c02ca487a46ae73b9b4f985 100644 (file)
@@ -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 */