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 b8da35d1..d6b8548d 100644
--- a/libbcachefs.h
+++ b/libbcachefs.h
@@ -15,13 +15,13 @@
struct bch_opt_strs {
union {
char *by_id[bch2_opts_nr];
-};
struct {
#define x(_name, ...) char *_name;
BCH_OPTS()
#undef x
};
};
+};
struct bch_opt_strs bch2_cmdline_opts_get(int *, char *[], unsigned);
struct bch_opts bch2_parse_opts(struct bch_opt_strs);