blob: 707f82fa3231b77fbbe43c7e157a46b286a75f33 [file] [log] [blame]
Pablo Neira Ayuso70004fc2011-03-28 19:24:21 +02001#ifndef OSMO_VTY_MISC_H
2#define OSMO_VTY_MISC_H
3
4#include <osmocom/vty/vty.h>
5#include <osmocom/core/rate_ctr.h>
6
7void vty_out_rate_ctr_group(struct vty *vty, const char *prefix,
8 struct rate_ctr_group *ctrg);
9
10#endif