X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fexfat-utils.git;a=blobdiff_plain;f=mkfs%2Fuct.h;fp=mkfs%2Fuct.h;h=b35a612e6bc31a9e58c320975a84e1fda1a140dc;hp=154c87dc527cfc3d54712feee894f1bead7a6c1f;hb=9799d681703e3a63dbbf876c16c9bb51b20c8fab;hpb=dbe4348df2ba88986e13163ef13d09fb7247589d diff --git a/mkfs/uct.h b/mkfs/uct.h index 154c87d..b35a612 100644 --- a/mkfs/uct.h +++ b/mkfs/uct.h @@ -23,6 +23,6 @@ off_t uct_alignment(void); off_t uct_size(void); -int uct_write(off_t base, int fd); +int uct_write(struct exfat_dev* dev, off_t base); #endif /* ifndef MKFS_UCT_H_INCLUDED */