aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/vty
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2012-03-01 20:41:40 +0100
committerSylvain Munaut <tnt@246tNt.com>2012-03-01 22:33:20 +0100
commita9efc12ccd6ee20752d21ce0deaff457ef9fe0b0 (patch)
tree27bdc01df505fdd2bd76a38f7f0c4a7e1ab13fb7 /include/osmocom/vty
parent3e04ed60832bc3f5e2ab04872cee7cbbe0b555a3 (diff)
vty/telnet: Add function to allow binding telnet interface to custom IP/Interface
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
Diffstat (limited to 'include/osmocom/vty')
-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 2de4f192..65a1dd90 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);
void telnet_exit(void);