diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/vty/misc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/osmocom/vty/misc.h b/include/osmocom/vty/misc.h index 89234733..e64aec79 100644 --- a/include/osmocom/vty/misc.h +++ b/include/osmocom/vty/misc.h @@ -4,6 +4,11 @@ #include <osmocom/vty/vty.h> #include <osmocom/core/rate_ctr.h> +#define VTY_DO_LOWER 1 +char *vty_cmd_string_from_valstr(void *ctx, const struct value_string *vals, + const char *prefix, const char *sep, + const char *end, int do_lower); + void vty_out_rate_ctr_group(struct vty *vty, const char *prefix, struct rate_ctr_group *ctrg); |