ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/connection.h
(Generate patch)

Comparing gvpe/src/connection.h (file contents):
Revision 1.33 by pcg, Sun Aug 10 01:34:36 2008 UTC vs.
Revision 1.34 by pcg, Sat Jul 18 05:59:16 2009 UTC

204 void send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos = 0); 204 void send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos = 0);
205 205
206 void script_init_env (const char *ext); 206 void script_init_env (const char *ext);
207 void script_init_connect_env (); 207 void script_init_connect_env ();
208 const char *script_node_up (); 208 const char *script_node_up ();
209 const char *script_node_change ();
209 const char *script_node_down (); 210 const char *script_node_down ();
210 211
211 void dump_status (); 212 void dump_status ();
212 213
213 connection (struct vpn *vpn, conf_node *conf); 214 connection (struct vpn *vpn, conf_node *conf);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines