aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/vty.h')
-rw-r--r--include/openbsc/vty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/vty.h b/include/openbsc/vty.h
index 0cb0eec4f..f7056016c 100644
--- a/include/openbsc/vty.h
+++ b/include/openbsc/vty.h
@@ -47,6 +47,8 @@ struct log_info;
int bsc_vty_init(struct gsm_network *network);
int bsc_vty_init_extra(void);
+void msc_vty_init(struct gsm_network *msc_network);
+
struct gsm_network *gsmnet_from_vty(struct vty *vty);
#endif