aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/msc/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/msc/vty.h')
-rw-r--r--include/osmocom/msc/vty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/msc/vty.h b/include/osmocom/msc/vty.h
index 6a55df776..60a36d7ae 100644
--- a/include/osmocom/msc/vty.h
+++ b/include/osmocom/msc/vty.h
@@ -31,4 +31,6 @@ void msc_vty_init(struct gsm_network *msc_network);
struct gsm_network *gsmnet_from_vty(struct vty *vty);
+extern bool msc_parsing_config_file;
+
#endif