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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/vty/misc.h b/include/osmocom/vty/misc.h
index ad878db2..99c2ee68 100644
--- a/include/osmocom/vty/misc.h
+++ b/include/osmocom/vty/misc.h
@@ -16,5 +16,7 @@ void vty_out_rate_ctr_group(struct vty *vty, const char *prefix,
void vty_out_stat_item_group(struct vty *vty, const char *prefix,
struct stat_item_group *statg);
+void vty_out_statistics_full(struct vty *vty, const char *prefix);
+
int osmo_vty_write_config_file(const char *filename);
int osmo_vty_save_config_file(void);