diff options
Diffstat (limited to 'bcacheadm-query.h')
-rw-r--r-- | bcacheadm-query.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bcacheadm-query.h b/bcacheadm-query.h new file mode 100644 index 00000000..c7c7d93a --- /dev/null +++ b/bcacheadm-query.h @@ -0,0 +1,13 @@ +#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 */ |