mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
8 lines
151 B
C
8 lines
151 B
C
#ifndef _BCACHE_KEY_H
|
|
#define _BCACHE_KEY_H
|
|
|
|
extern NihOption opts_unlock[];
|
|
int cmd_unlock(NihCommand *, char * const *);
|
|
|
|
#endif /* _BCACHE_KEY_H */
|