X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Fuct.h;h=f726debb15b4aacb4d4d25ae84d0e9d40a9a0d80;hp=b35a612e6bc31a9e58c320975a84e1fda1a140dc;hb=051cf40559ed4c4ee96de6d7147bc64881de8c03;hpb=9799d681703e3a63dbbf876c16c9bb51b20c8fab diff --git a/mkfs/uct.h b/mkfs/uct.h index b35a612..f726deb 100644 --- a/mkfs/uct.h +++ b/mkfs/uct.h @@ -2,7 +2,7 @@ uct.h (09.11.10) Upper Case Table creation code. - Copyright (C) 2009, 2010 Andrew Nayenko + Copyright (C) 2011-2013 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 */