diff options
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 */ |