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.20 by root, Sat Dec 16 03:08:26 2006 UTC vs.
Revision 1.21 by root, Tue Dec 19 04:58:04 2006 UTC

60void ReplyCmd(char *buf, int len, player *pl); 60void ReplyCmd(char *buf, int len, player *pl);
61void VersionCmd(char *buf, int len, client *ns); 61void VersionCmd(char *buf, int len, client *ns);
62void SetSound(char *buf, int len, client *ns); 62void SetSound(char *buf, int len, client *ns);
63void MapRedrawCmd(char *buff, int len, player *pl); 63void MapRedrawCmd(char *buff, int len, player *pl);
64void ExtCmd(char *buff, int len, player *pl); 64void ExtCmd(char *buff, int len, player *pl);
65void ExtiCmd(char *buff, int len, client *ns);
65void MapInfoCmd(char *buff, int len, player *pl); 66void MapInfoCmd(char *buff, int len, player *pl);
66void MoveCmd(char *buf, int len, player *pl); 67void MoveCmd(char *buf, int len, player *pl);
67void send_query(client *ns, uint8 flags, char *text); 68void send_query(client *ns, uint8 flags, char *text);
68void esrv_update_stats(player *pl); 69void esrv_update_stats(player *pl);
69void esrv_new_player(player *pl, uint32 weight); 70void esrv_new_player(player *pl, uint32 weight);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines