mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-09 00:00:04 +03:00
14 lines
318 B
C
14 lines
318 B
C
#ifndef _BCACHEADM_QUERY_H
|
|
#define _BCACHEADM_QUERY_H
|
|
|
|
extern NihOption opts_list[];
|
|
int cmd_list(NihCommand *, char * const *);
|
|
|
|
extern NihOption opts_query[];
|
|
int cmd_query(NihCommand *, char * const *);
|
|
|
|
extern NihOption opts_status[];
|
|
int cmd_status(NihCommand *, char * const *);
|
|
|
|
#endif /* _BCACHEADM_QUERY_H */
|