summaryrefslogtreecommitdiffstats
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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/mkimg/mkimg.h b/usr.bin/mkimg/mkimg.h
index 290ca1e..9558b86 100644
--- a/usr.bin/mkimg/mkimg.h
+++ b/usr.bin/mkimg/mkimg.h
@@ -50,6 +50,7 @@ struct part {
extern STAILQ_HEAD(partlisthead, part) partlist;
extern u_int nparts;
+extern u_int unit_testing;
extern u_int verbose;
extern u_int ncyls;
@@ -71,4 +72,7 @@ round_block(lba_t n)
ssize_t sparse_write(int, const void *, size_t);
#endif
+struct uuid;
+void mkimg_uuid(struct uuid *);
+
#endif /* _MKIMG_MKIMG_H_ */
OpenPOWER on IntegriCloud