mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
8 lines
160 B
C
8 lines
160 B
C
#ifndef _BCACHE_FORMAT_H
|
|
#define _BCACHE_FORMAT_H
|
|
|
|
extern NihOption opts_format[];
|
|
int cmd_format(NihCommand *, char * const *);
|
|
|
|
#endif /* _BCACHE_FORMAT_H */
|