hostname set via command line not config

This commit is contained in:
Brendan O'Dea 2004-10-28 03:31:39 +00:00
parent 4fa1b8bbfa
commit 290f8d05ab
2 changed files with 16 additions and 10 deletions

View file

@ -1,5 +1,5 @@
// L2TPNS Global Stuff
// $Id: l2tpns.h,v 1.21 2004-10-25 15:07:52 bodea Exp $
// $Id: l2tpns.h,v 1.22 2004-10-28 03:31:39 bodea Exp $
#ifndef __L2TPNS_H__
#define __L2TPNS_H__
@ -547,7 +547,7 @@ int sessionsetup(tunnelidt t, sessionidt s);
int cluster_send_session(int s);
int cluster_send_tunnel(int t);
int cluster_send_goodbye();
void init_cli();
void init_cli(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, ...);