X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Fuct.h;h=4b4f024cbf33fab53ed7317940cf63203a8bf256;hp=154c87dc527cfc3d54712feee894f1bead7a6c1f;hb=70a4b10edcf53a90140e6dd80ccaa045f3647ad7;hpb=4cb393cfd9b0ab69392612521ee3dbe481ec492d diff --git a/mkfs/uct.h b/mkfs/uct.h index 154c87d..4b4f024 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, 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(off_t base, int fd); +#include "mkexfat.h" + +extern const struct fs_object uct; #endif /* ifndef MKFS_UCT_H_INCLUDED */