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

Comparing gvpe/src/protocol.h (file contents):
Revision 1.6 by pcg, Sat Mar 22 02:35:57 2003 UTC vs.
Revision 1.7 by pcg, Sat Mar 22 22:36:25 2003 UTC

32 32
33/* Protocol version. Different versions are incompatible, 33/* Protocol version. Different versions are incompatible,
34 incompatible version have different protocols. 34 incompatible version have different protocols.
35 */ 35 */
36 36
37#define PROTOCOL_MAJOR 2 37#define PROTOCOL_MAJOR 3
38#define PROTOCOL_MINOR 0 38#define PROTOCOL_MINOR 0
39 39
40struct vpn; 40struct vpn;
41struct vpn_packet; 41struct vpn_packet;
42 42

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines