diff options
Diffstat (limited to 'bcache-assemble.h')
-rw-r--r-- | bcache-assemble.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/bcache-assemble.h b/bcache-assemble.h deleted file mode 100644 index 3760478c..00000000 --- a/bcache-assemble.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef _BCACHE_ASSEMBLE_H -#define _BCACHE_ASSEMBLE_H - -extern NihOption opts_assemble[]; -int cmd_assemble(NihCommand *, char * const *); - -extern NihOption opts_incremental[]; -int cmd_incremental(NihCommand *, char * const *); - -#endif /* _BCACHE_ASSEMBLE_H */ |