]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - mkfs/uct.h
Imported Upstream version 0.9.8
[sven/exfat-utils.git] / mkfs / uct.h
index b35a612e6bc31a9e58c320975a84e1fda1a140dc..4b4f024cbf33fab53ed7317940cf63203a8bf256 100644 (file)
@@ -2,7 +2,7 @@
        uct.h (09.11.10)
        Upper Case 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_UCT_H_INCLUDED
 #define MKFS_UCT_H_INCLUDED
 
-off_t uct_alignment(void);
-off_t uct_size(void);
-int uct_write(struct exfat_dev* dev, off_t base);
+#include "mkexfat.h"
+
+extern const struct fs_object uct;
 
 #endif /* ifndef MKFS_UCT_H_INCLUDED */