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.12 by root, Thu Dec 14 01:21:58 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);
61void Send_With_Handling(NewSocket *ns, SockList *msg); 57void Send_With_Handling(NewSocket *ns, packet *msg);
62void Write_String_To_Socket(NewSocket *ns, char *buf, int len);
63void write_cs_stats(void); 58void write_cs_stats(void);
64/* request.c */ 59/* request.c */
65void SetUp(char *buf, int len, NewSocket *ns); 60void SetUp(char *buf, int len, NewSocket *ns);
66void AddMeCmd(char *buf, int len, NewSocket *ns); 61void AddMeCmd(char *buf, int len, NewSocket *ns);
67void 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