[enet-cvs] CVS: enet/include/enet enet.h, 1.12, 1.13 protocol.h, 1.7, 1.8

Lee Salzman enet at sferik.cubik.org
Thu Oct 30 07:55:34 PST 2003


Update of /home/enet/cvsroot/enet/include/enet
In directory sferik:/tmp/cvs-serv5344/include/enet

Modified Files:
	enet.h protocol.h 
Log Message:
fragment fixes, and include dir fixes


Index: enet.h
===================================================================
RCS file: /home/enet/cvsroot/enet/include/enet/enet.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- enet.h	2003/08/09 20:50:37	1.12
+++ enet.h	2003/10/30 15:55:32	1.13
@@ -12,14 +12,14 @@
 
 #include <stdlib.h>
 
-#include "types.h"
-#include "protocol.h"
-#include "list.h"
+#include "enet/types.h"
+#include "enet/protocol.h"
+#include "enet/list.h"
 
 #ifdef WIN32
-#include "win32.h"
+#include "enet/win32.h"
 #else
-#include "unix.h"
+#include "enet/unix.h"
 #endif
 
 #ifdef ENET_API

Index: protocol.h
===================================================================
RCS file: /home/enet/cvsroot/enet/include/enet/protocol.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- protocol.h	2003/03/12 00:51:00	1.7
+++ protocol.h	2003/10/30 15:55:32	1.8
@@ -5,7 +5,7 @@
 #ifndef __ENET_PROTOCOL_H__
 #define __ENET_PROTOCOL_H__
 
-#include "types.h"
+#include "enet/types.h"
 
 enum
 {



More information about the enet-cvs mailing list