bcachefs-tools/bcache-format.h

8 lines
160 B
C
Raw Normal View History

2016-03-12 09:18:42 +03:00
#ifndef _BCACHE_FORMAT_H
#define _BCACHE_FORMAT_H
extern NihOption opts_format[];
int cmd_format(NihCommand *, char * const *);
#endif /* _BCACHE_FORMAT_H */