bcachefs-tools/bcache-run.h

11 lines
220 B
C
Raw Normal View History

2016-03-12 09:18:42 +03:00
#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 */