mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-03 00:00:07 +03:00
11 lines
220 B
C
11 lines
220 B
C
|
#ifndef _BCACHE_RUN_H
|
||
|
#define _BCACHE_RUN_H
|
||
|
|
||
|
extern NihOption opts_run[];
|
||
|
int cmd_run(NihCommand *, char * const *);
|
||
|
|
||
|
extern NihOption opts_stop[];
|
||
|
int cmd_stop(NihCommand *, char * const *);
|
||
|
|
||
|
#endif /* _BCACHE_RUN_H */
|