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.7 by root, Sat Sep 16 22:24:12 2006 UTC vs.
Revision 1.8 by root, Mon Oct 2 15:28:35 2006 UTC

64void Write_To_Socket(NewSocket *ns, 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 */
70void metaserver_init(void);
71void metaserver_update(void);
72/* request.c */ 69/* request.c */
73void SetUp(char *buf, int len, NewSocket *ns); 70void SetUp(char *buf, int len, NewSocket *ns);
74void AddMeCmd(char *buf, int len, NewSocket *ns); 71void AddMeCmd(char *buf, int len, NewSocket *ns);
75void ToggleExtendedInfos(char *buf, int len, NewSocket *ns); 72void ToggleExtendedInfos(char *buf, int len, NewSocket *ns);
76void ToggleExtendedText (char *buf, int len, NewSocket *ns); 73void ToggleExtendedText (char *buf, int len, NewSocket *ns);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines