]> git.sven.stormbind.net Git - sven/exfat-utils.git/blobdiff - mkfs/uct.h
Imported Upstream version 0.9.7
[sven/exfat-utils.git] / mkfs / uct.h
index 154c87dc527cfc3d54712feee894f1bead7a6c1f..b35a612e6bc31a9e58c320975a84e1fda1a140dc 100644 (file)
@@ -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 */