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.3 by root, Sun May 21 23:46:38 2006 UTC vs.
Revision 1.5 by elmex, Sun Aug 13 17:16:02 2006 UTC

59void SockList_AddInt64(SockList *sl, uint64 data); 59void SockList_AddInt64(SockList *sl, uint64 data);
60int GetInt_String(unsigned char *data); 60int GetInt_String(unsigned char *data);
61short GetShort_String(unsigned char *data); 61short GetShort_String(unsigned char *data);
62int SockList_ReadPacket(int fd, SockList *sl, int len); 62int SockList_ReadPacket(int fd, SockList *sl, int len);
63void write_socket_buffer(NewSocket *ns); 63void write_socket_buffer(NewSocket *ns);
64void Write_To_Socket(NewSocket *ns, unsigned 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 */ 69/* metaserver.c */
79void NewPlayerCmd(uint8 *buf, int len, player *pl); 79void NewPlayerCmd(uint8 *buf, int len, player *pl);
80void ReplyCmd(char *buf, int len, player *pl); 80void ReplyCmd(char *buf, int len, player *pl);
81void VersionCmd(char *buf, int len, NewSocket *ns); 81void VersionCmd(char *buf, int len, NewSocket *ns);
82void SetSound(char *buf, int len, NewSocket *ns); 82void SetSound(char *buf, int len, NewSocket *ns);
83void MapRedrawCmd(char *buff, int len, player *pl); 83void MapRedrawCmd(char *buff, int len, player *pl);
84void ExtCmd(char *buff, int len, player *pl);
84void MapInfoCmd(char *buff, int len, player *pl); 85void MapInfoCmd(char *buff, int len, player *pl);
85void MapNewmapCmd(player *pl); 86void MapNewmapCmd(player *pl);
86void MoveCmd(char *buf, int len, player *pl); 87void MoveCmd(char *buf, int len, player *pl);
87void send_query(NewSocket *ns, uint8 flags, char *text); 88void send_query(NewSocket *ns, uint8 flags, char *text);
88void esrv_update_stats(player *pl); 89void esrv_update_stats(player *pl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines