summaryrefslogtreecommitdiff
path: root/bcache-key.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2016-08-23 19:50:31 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2016-08-25 17:39:01 -0800
commitcdd61de630124d5b3d30e8927c9be02735f85f80 (patch)
tree522d4e4c835378f31782da90efabc15f4345bc64 /bcache-key.h
parent932ece1567dfc4ea7d993c8f62ccc9adfcf736ef (diff)
Rework option handling
Diffstat (limited to 'bcache-key.h')
-rw-r--r--bcache-key.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/bcache-key.h b/bcache-key.h
deleted file mode 100644
index 0a4df252..00000000
--- a/bcache-key.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef _BCACHE_KEY_H
-#define _BCACHE_KEY_H
-
-extern NihOption opts_unlock[];
-int cmd_unlock(NihCommand *, char * const *);
-
-#endif /* _BCACHE_KEY_H */