ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/newserver.h
(Generate patch)

Comparing deliantra/server/include/newserver.h (file contents):
Revision 1.19 by root, Thu Dec 14 01:21:58 2006 UTC vs.
Revision 1.20 by root, Thu Dec 14 01:59:10 2006 UTC

154 uint8 inbuf[MAXSOCKBUF]; 154 uint8 inbuf[MAXSOCKBUF];
155 155
156 int read_packet (); // returns length of packet or 0 156 int read_packet (); // returns length of packet or 0
157 void skip_packet (int len); // we have processed the packet, skip it 157 void skip_packet (int len); // we have processed the packet, skip it
158 158
159 void send (void *buf_, int len);
160
159 void send_packet (const char *buf); 161 void send_packet (const char *buf);
160 void send_packet (const char *buf, int len); 162 void send_packet (const char *buf, int len);
161 void send_packet (packet &sl); 163 void send_packet (packet &sl);
162}; 164};
163 165

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines