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.15 by root, Thu Dec 14 04:30:32 2006 UTC vs.
Revision 1.16 by root, Thu Dec 14 20:39:54 2006 UTC

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 (client_socket *ns); 54void Socket_Flush (client_socket *ns);
55void write_socket_buffer(client_socket *ns); 55void write_socket_buffer(client_socket *ns);
56void Send_With_Handling(client_socket *ns, packet *msg);
57void write_cs_stats(void); 56void write_cs_stats(void);
58/* request.c */ 57/* request.c */
59void SetUp(char *buf, int len, client_socket *ns); 58void SetUp(char *buf, int len, client_socket *ns);
60void AddMeCmd(char *buf, int len, client_socket *ns); 59void AddMeCmd(char *buf, int len, client_socket *ns);
61void ToggleExtendedInfos(char *buf, int len, client_socket *ns); 60void ToggleExtendedInfos(char *buf, int len, client_socket *ns);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines