diff options
Diffstat (limited to 'c_src/cmd_strip_alloc.h')
-rw-r--r-- | c_src/cmd_strip_alloc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/c_src/cmd_strip_alloc.h b/c_src/cmd_strip_alloc.h new file mode 100644 index 00000000..8b5a2f8f --- /dev/null +++ b/c_src/cmd_strip_alloc.h @@ -0,0 +1,7 @@ +#ifndef _TOOLS_CMD_STRIP_ALLOC_H +#define _TOOLS_CMD_STRIP_ALLOC_H + +void strip_fs_alloc(struct bch_fs *); + +#endif /* _TOOLS_CMD_STRIP_ALLOC_H */ + |