summaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/vty/misc.h')
-rw-r--r--include/osmocom/vty/misc.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/osmocom/vty/misc.h b/include/osmocom/vty/misc.h
new file mode 100644
index 00000000..89234733
--- /dev/null
+++ b/include/osmocom/vty/misc.h
@@ -0,0 +1,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