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.2 by pcg, Wed Apr 2 03:25:17 2003 UTC vs.
Revision 1.3 by pcg, Wed Apr 2 05:15:00 2003 UTC

153 153
154 void send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos = IPTOS_RELIABILITY); 154 void send_vpn_packet (vpn_packet *pkt, const sockinfo &si, int tos = IPTOS_RELIABILITY);
155 void recv_vpn_packet (vpn_packet *pkt, const sockinfo &rsi); 155 void recv_vpn_packet (vpn_packet *pkt, const sockinfo &rsi);
156 156
157 void script_node (); 157 void script_node ();
158 const char *script_node_up (int); 158 const char *script_node_up ();
159 const char *script_node_down (int); 159 const char *script_node_down ();
160 160
161 void dump_status (); 161 void dump_status ();
162 162
163 connection(struct vpn *vpn_); 163 connection(struct vpn *vpn_);
164 ~connection (); 164 ~connection ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines