bcachefs-tools/bcache-assemble.h

11 lines
259 B
C
Raw Normal View History

2016-03-12 09:18:42 +03:00
#ifndef _BCACHE_ASSEMBLE_H
#define _BCACHE_ASSEMBLE_H
2015-05-09 04:13:38 +03:00
extern NihOption opts_assemble[];
int cmd_assemble(NihCommand *, char * const *);
extern NihOption opts_incremental[];
int cmd_incremental(NihCommand *, char * const *);
2016-03-12 09:18:42 +03:00
#endif /* _BCACHE_ASSEMBLE_H */