From 738f13395d1d8a005011e45ebbc6a869bbcfd9a6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 24 Mar 2012 18:26:24 +0100 Subject: vty: Add a function to write the current config to a file. --- include/osmocom/vty/misc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/osmocom/vty/misc.h b/include/osmocom/vty/misc.h index 707f82fa..89234733 100644 --- a/include/osmocom/vty/misc.h +++ b/include/osmocom/vty/misc.h @@ -7,4 +7,7 @@ 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 -- cgit v1.2.3