rnd-19981123-4
[rocksndiamonds.git] / src / netserv.h
index 55ebf8e901d649139c997b38ca5f06bb31a6a65b..69d242026761b21297aa98bbceb224c7d4668aa9 100644 (file)
@@ -16,9 +16,9 @@
 
 #define DEFAULTPORT            19504
 
-#define PROT_VERS_1            1
-#define PROT_VERS_2            2
-#define PROT_VERS_3            0
+#define PROTOCOL_VERSION_1     1
+#define PROTOCOL_VERSION_2     2
+#define PROTOCOL_VERSION_3     0
 
 #define OP_PROTOCOL_VERSION    1
 #define OP_BAD_PROTOCOL_VERSION        2