mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-03-10 00:00:04 +03:00
8 lines
167 B
C
8 lines
167 B
C
|
#ifndef _BCACHEADM_H
|
||
|
#define _BCACHEADM_H
|
||
|
|
||
|
extern NihOption bcacheadm_format_options[];
|
||
|
int bcacheadm_format(NihCommand *, char * const *);
|
||
|
|
||
|
#endif /* _BCACHEADM_H */
|