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.11 by root, Thu Dec 14 01:12:35 2006 UTC vs.
Revision 1.12 by root, Thu Dec 14 01:21:58 2006 UTC

52void doeric_server(void); 52void doeric_server(void);
53/* lowlevel.c */ 53/* lowlevel.c */
54void Socket_Flush (NewSocket *ns); 54void Socket_Flush (NewSocket *ns);
55void write_socket_buffer(NewSocket *ns); 55void write_socket_buffer(NewSocket *ns);
56void Write_To_Socket(NewSocket *ns, char *buf, int len); 56void Write_To_Socket(NewSocket *ns, char *buf, int len);
57void Send_With_Handling(NewSocket *ns, SockList *msg); 57void Send_With_Handling(NewSocket *ns, packet *msg);
58void write_cs_stats(void); 58void write_cs_stats(void);
59/* request.c */ 59/* request.c */
60void SetUp(char *buf, int len, NewSocket *ns); 60void SetUp(char *buf, int len, NewSocket *ns);
61void AddMeCmd(char *buf, int len, NewSocket *ns); 61void AddMeCmd(char *buf, int len, NewSocket *ns);
62void ToggleExtendedInfos(char *buf, int len, NewSocket *ns); 62void ToggleExtendedInfos(char *buf, int len, NewSocket *ns);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines