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.8 by root, Mon Oct 2 15:28:35 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);
55void SockList_Init(SockList *sl);
56void SockList_AddChar(SockList *sl, char c);
57void SockList_AddShort(SockList *sl, uint16 data);
58void SockList_AddInt(SockList *sl, uint32 data);
59void SockList_AddInt64(SockList *sl, uint64 data);
60int GetInt_String(unsigned char *data);
61short GetShort_String(unsigned char *data);
62int SockList_ReadPacket(int fd, SockList *sl, int len);
63void write_socket_buffer(NewSocket *ns); 55void write_socket_buffer(NewSocket *ns);
64void Write_To_Socket(NewSocket *ns, char *buf, int len); 56void Write_To_Socket(NewSocket *ns, char *buf, int len);
65void cs_write_string(NewSocket *ns, const char *buf, int len);
66void Send_With_Handling(NewSocket *ns, SockList *msg); 57void Send_With_Handling(NewSocket *ns, packet *msg);
67void Write_String_To_Socket(NewSocket *ns, char *buf, int len);
68void write_cs_stats(void); 58void write_cs_stats(void);
69/* request.c */ 59/* request.c */
70void SetUp(char *buf, int len, NewSocket *ns); 60void SetUp(char *buf, int len, NewSocket *ns);
71void AddMeCmd(char *buf, int len, NewSocket *ns); 61void AddMeCmd(char *buf, int len, NewSocket *ns);
72void 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