[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
- Previous message: [enet-cvs] CVS: enet protocol.c,1.18,1.19
- Next message: [enet-cvs] CVS: enet Makefile, 1.4, 1.5 host.c, 1.11, 1.12 list.c,
1.4, 1.5 memory.c, 1.4, 1.5 packet.c, 1.5, 1.6 peer.c, 1.11,
1.12 protocol.c, 1.19, 1.20 unix.c, 1.10, 1.11 win32.c, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
{
- Previous message: [enet-cvs] CVS: enet protocol.c,1.18,1.19
- Next message: [enet-cvs] CVS: enet Makefile, 1.4, 1.5 host.c, 1.11, 1.12 list.c,
1.4, 1.5 memory.c, 1.4, 1.5 packet.c, 1.5, 1.6 peer.c, 1.11,
1.12 protocol.c, 1.19, 1.20 unix.c, 1.10, 1.11 win32.c, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the enet-cvs
mailing list