]> git.sesse.net Git - bcachefs-tools-debian/blob - bcacheadm-query.h
Don't install udev hook - it's confusing with bcachefs
[bcachefs-tools-debian] / bcacheadm-query.h
1 #ifndef _BCACHEADM_QUERY_H
2 #define _BCACHEADM_QUERY_H
3
4 extern NihOption opts_list[];
5 int cmd_list(NihCommand *, char * const *);
6
7 extern NihOption opts_query[];
8 int cmd_query(NihCommand *, char * const *);
9
10 extern NihOption opts_status[];
11 int cmd_status(NihCommand *, char * const *);
12
13 #endif /* _BCACHEADM_QUERY_H */