]> git.sesse.net Git - bcachefs-tools-debian/blob - bcache-run.h
Redo lots of stuff
[bcachefs-tools-debian] / bcache-run.h
1 #ifndef _BCACHE_RUN_H
2 #define _BCACHE_RUN_H
3
4 extern NihOption opts_run[];
5 int cmd_run(NihCommand *, char * const *);
6
7 extern NihOption opts_stop[];
8 int cmd_stop(NihCommand *, char * const *);
9
10 #endif /* _BCACHE_RUN_H */