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

Comparing gvpe/src/vpn.h (file contents):
Revision 1.18 by pcg, Thu Mar 3 16:54:34 2005 UTC vs.
Revision 1.19 by pcg, Fri Mar 4 04:52:38 2005 UTC

68 bool send_icmpv4_packet (vpn_packet *pkt, const sockinfo &si, int tos); 68 bool send_icmpv4_packet (vpn_packet *pkt, const sockinfo &si, int tos);
69#endif 69#endif
70 70
71#if ENABLE_DNS 71#if ENABLE_DNS
72 vector<struct dns_req *> dns_sndpq; 72 vector<struct dns_req *> dns_sndpq;
73 sockinfo dns_forwarder;
73 74
74 void dnsv4_ev (io_watcher &w, short revents); io_watcher dnsv4_ev_watcher; 75 void dnsv4_ev (io_watcher &w, short revents); io_watcher dnsv4_ev_watcher;
75 struct dns_packet *dnsv4_server (struct dns_packet *pkt); 76 struct dns_packet *dnsv4_server (struct dns_packet *pkt);
76 void dnsv4_client (struct dns_packet *pkt); 77 void dnsv4_client (struct dns_packet *pkt);
77#endif 78#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines