aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/mkimg/mkimg.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mkimg/mkimg.h')
-rw-r--r--usr.bin/mkimg/mkimg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mkimg/mkimg.h b/usr.bin/mkimg/mkimg.h
index 7262bdb5451d..3be345d7cd53 100644
--- a/usr.bin/mkimg/mkimg.h
+++ b/usr.bin/mkimg/mkimg.h
@@ -67,6 +67,6 @@ round_block(lba_t n)
return ((n + b - 1) & ~(b - 1));
}
-int mkimg_seek(int fd, lba_t blk);
+int mkimg_write(int fd, lba_t blk, void *buf, ssize_t len);
#endif /* _MKIMG_MKIMG_H_ */