summaryrefslogtreecommitdiff
path: root/libbcachefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbcachefs.h')
-rw-r--r--libbcachefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs.h b/libbcachefs.h
index 97f4b2d8..dc509833 100644
--- a/libbcachefs.h
+++ b/libbcachefs.h
@@ -75,7 +75,7 @@ struct bch_sb *bch2_format(struct format_opts, struct dev_opts *, size_t);
void bch2_super_write(int, struct bch_sb *);
struct bch_sb *__bch2_super_read(int, u64);
-void bch2_super_print(struct bch_sb *, int);
+void bch2_sb_print(struct bch_sb *, bool, unsigned, enum units);
/* ioctl interface: */