bcachefs-tools/bcache-run.h
2016-03-11 21:18:42 -09:00

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