diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2016-08-17 13:23:03 -0800 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2016-08-17 13:23:03 -0800 |
commit | b0f08fc1e30daafb274181234dae3408fb2eb69b (patch) | |
tree | 63893387dc2b136342922d0d904f3e2d1a7e3ebd /bcache-key.h | |
parent | dda0923eebd3d36a06ed4976cd4ab98d7cdec679 (diff) |
Encryption support
Diffstat (limited to 'bcache-key.h')
-rw-r--r-- | bcache-key.h | 7 |
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 */ |