aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/misc.h
blob: 892347337bb1617633bd4ff2c9047136aa051ed2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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);

int osmo_vty_write_config_file(const char *filename);
int osmo_vty_save_config_file(void);

#endif