Fix binding of the cli to the configured address
[l2tpns.git] / l2tpns.h
index f38e9f3..5ef6253 100644 (file)
--- a/l2tpns.h
+++ b/l2tpns.h
@@ -911,7 +911,7 @@ void become_master(void);   // We're the master; kick off any required master init
 
 // cli.c
 void init_cli();
-void cli_init_hostname(char *hostname);
+void cli_init_complete(char *hostname);
 void cli_do_file(FILE *fh);
 void cli_do(int sockfd);
 int cli_arg_help(struct cli_def *cli, int cr_ok, char *entry, ...);