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

Comparing gvpe/src/sockinfo.h (file contents):
Revision 1.5 by pcg, Sat Apr 5 17:54:22 2003 UTC vs.
Revision 1.6 by pcg, Mon Apr 7 01:12:56 2003 UTC

35 u8 prot; 35 u8 prot;
36 u8 pad1; 36 u8 pad1;
37 37
38 void set (const sockaddr_in *sa, u8 prot_); 38 void set (const sockaddr_in *sa, u8 prot_);
39 void set (const conf_node *conf, u8 prot_); 39 void set (const conf_node *conf, u8 prot_);
40 void set (const char *hostname, u16 port_, u8 prot_);
40 41
41 // return the supported protocols 42 // return the supported protocols
42 u8 supported_protocols (conf_node *conf = 0); 43 u8 supported_protocols (conf_node *conf = 0);
43 bool upgrade_protocol (u8 prot_, conf_node *conf = 0); 44 bool upgrade_protocol (u8 prot_, conf_node *conf = 0);
44 45

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines