summaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty/telnet_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/vty/telnet_interface.h')
-rw-r--r--include/osmocom/vty/telnet_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/vty/telnet_interface.h b/include/osmocom/vty/telnet_interface.h
index d653466a..da7cf839 100644
--- a/include/osmocom/vty/telnet_interface.h
+++ b/include/osmocom/vty/telnet_interface.h
@@ -47,6 +47,7 @@ struct telnet_connection {
int telnet_init(void *tall_ctx, void *priv, int port);
int telnet_init_dynif(void *tall_ctx, void *priv, const char *ip, int port);
+int telnet_init_default(void *tall_ctx, void *priv, int default_port);
void telnet_exit(void);