From a9efc12ccd6ee20752d21ce0deaff457ef9fe0b0 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 1 Mar 2012 20:41:40 +0100 Subject: vty/telnet: Add function to allow binding telnet interface to custom IP/Interface Signed-off-by: Sylvain Munaut --- include/osmocom/vty/telnet_interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom/vty') 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); -- cgit v1.2.3