blob: 707f82fa3231b77fbbe43c7e157a46b286a75f33 [file] [log] [blame]
#ifndef OSMO_VTY_MISC_H
#define OSMO_VTY_MISC_H
#include <osmocom/vty/vty.h>
#include <osmocom/core/rate_ctr.h>
void vty_out_rate_ctr_group(struct vty *vty, const char *prefix,
struct rate_ctr_group *ctrg);
#endif