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

Comparing deliantra/server/include/sockproto.h (file contents):
Revision 1.4 by root, Sun Jun 11 15:02:15 2006 UTC vs.
Revision 1.5 by elmex, Sun Aug 13 17:16:02 2006 UTC

59void SockList_AddInt64(SockList *sl, uint64 data); 59void SockList_AddInt64(SockList *sl, uint64 data);
60int GetInt_String(unsigned char *data); 60int GetInt_String(unsigned char *data);
61short GetShort_String(unsigned char *data); 61short GetShort_String(unsigned char *data);
62int SockList_ReadPacket(int fd, SockList *sl, int len); 62int SockList_ReadPacket(int fd, SockList *sl, int len);
63void write_socket_buffer(NewSocket *ns); 63void write_socket_buffer(NewSocket *ns);
64void Write_To_Socket(NewSocket *ns, unsigned char *buf, int len); 64void Write_To_Socket(NewSocket *ns, char *buf, int len);
65void cs_write_string(NewSocket *ns, const char *buf, int len); 65void cs_write_string(NewSocket *ns, const char *buf, int len);
66void Send_With_Handling(NewSocket *ns, SockList *msg); 66void Send_With_Handling(NewSocket *ns, SockList *msg);
67void Write_String_To_Socket(NewSocket *ns, char *buf, int len); 67void Write_String_To_Socket(NewSocket *ns, char *buf, int len);
68void write_cs_stats(void); 68void write_cs_stats(void);
69/* metaserver.c */ 69/* metaserver.c */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines