--- gvpe/src/connection.h 2005/03/23 21:55:39 1.23 +++ gvpe/src/connection.h 2005/03/26 03:16:24 1.24 @@ -173,7 +173,8 @@ void recv_vpn_packet (vpn_packet *pkt, const sockinfo &rsi); void send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos = 0); - void script_init_env (); + void script_init_env (const char *ext); + void script_init_connect_env (); const char *script_node_up (); const char *script_node_down ();