aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/telnet_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/openbsc/telnet_interface.h')
-rw-r--r--include/openbsc/telnet_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/openbsc/telnet_interface.h b/include/openbsc/telnet_interface.h
index b5a0ec400..97357d794 100644
--- a/include/openbsc/telnet_interface.h
+++ b/include/openbsc/telnet_interface.h
@@ -47,4 +47,6 @@ struct telnet_connection {
void telnet_init(struct gsm_network *network, int port);
+int bsc_vty_init(struct gsm_network *net);
+
#endif