summaryrefslogtreecommitdiff
path: root/bcache-fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcache-fs.h')
-rw-r--r--bcache-fs.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/bcache-fs.h b/bcache-fs.h
deleted file mode 100644
index cd2210e..0000000
--- a/bcache-fs.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _BCACHE_FS_H
-#define _BCACHE_FS_H
-
-extern NihOption opts_fs_show[];
-int cmd_fs_show(NihCommand *, char * const *);
-
-extern NihOption opts_fs_set[];
-int cmd_fs_set(NihCommand *, char * const *);
-
-#endif /* _BCACHE_FS_H */