summaryrefslogtreecommitdiff
path: root/bcache-device.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcache-device.h')
-rw-r--r--bcache-device.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/bcache-device.h b/bcache-device.h
deleted file mode 100644
index ca9060b2..00000000
--- a/bcache-device.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _BCACHE_DEVICE_H
-#define _BCACHE_DEVICE_H
-
-extern NihOption opts_device_show[];
-int cmd_device_show(NihCommand *, char * const *);
-
-extern NihOption opts_device_add[];
-int cmd_device_add(NihCommand *, char * const *);
-
-extern NihOption opts_device_remove[];
-int cmd_device_remove(NihCommand *, char * const *);
-
-#endif /* _BCACHE_FORMAT_H */
-