diff options
Diffstat (limited to 'bcache-run.h')
-rw-r--r-- | bcache-run.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bcache-run.h b/bcache-run.h deleted file mode 100644 index 66ea892f..00000000 --- a/bcache-run.h +++ /dev/null @@ -1,10 +0,0 @@ -#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 */ |