summaryrefslogtreecommitdiff
path: root/bcache-key.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2016-08-17 13:23:03 -0800
committerKent Overstreet <kent.overstreet@gmail.com>2016-08-17 13:23:03 -0800
commitb0f08fc1e30daafb274181234dae3408fb2eb69b (patch)
tree63893387dc2b136342922d0d904f3e2d1a7e3ebd /bcache-key.h
parentdda0923eebd3d36a06ed4976cd4ab98d7cdec679 (diff)
Encryption support
Diffstat (limited to 'bcache-key.h')
-rw-r--r--bcache-key.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/bcache-key.h b/bcache-key.h
new file mode 100644
index 0000000..0a4df25
--- /dev/null
+++ b/bcache-key.h
@@ -0,0 +1,7 @@
+#ifndef _BCACHE_KEY_H
+#define _BCACHE_KEY_H
+
+extern NihOption opts_unlock[];
+int cmd_unlock(NihCommand *, char * const *);
+
+#endif /* _BCACHE_KEY_H */