// 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__
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, ...);