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.9 by root, Wed Dec 13 18:08:01 2006 UTC vs.
Revision 1.10 by root, Thu Dec 14 00:01:35 2006 UTC

50void watchdog(void); 50void watchdog(void);
51void flush_sockets(void); 51void flush_sockets(void);
52void doeric_server(void); 52void doeric_server(void);
53/* lowlevel.c */ 53/* lowlevel.c */
54void Socket_Flush (NewSocket *ns); 54void Socket_Flush (NewSocket *ns);
55int GetInt_String(unsigned char *data);
56short GetShort_String(unsigned char *data);
57int SockList_ReadPacket(int fd, SockList *sl, int len);
58void write_socket_buffer(NewSocket *ns); 55void write_socket_buffer(NewSocket *ns);
59void Write_To_Socket(NewSocket *ns, char *buf, int len); 56void Write_To_Socket(NewSocket *ns, char *buf, int len);
60void cs_write_string(NewSocket *ns, const char *buf, int len); 57void cs_write_string(NewSocket *ns, const char *buf, int len);
61void Send_With_Handling(NewSocket *ns, SockList *msg); 58void Send_With_Handling(NewSocket *ns, SockList *msg);
62void Write_String_To_Socket(NewSocket *ns, char *buf, int len); 59void Write_String_To_Socket(NewSocket *ns, char *buf, int len);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines