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.24 by root, Wed Mar 14 15:44:47 2007 UTC vs.
Revision 1.25 by root, Sun Mar 18 03:05:40 2007 UTC

61void MapRedrawCmd(char *buff, int len, player *pl); 61void MapRedrawCmd(char *buff, int len, player *pl);
62void ExtCmd(char *buff, int len, player *pl); 62void ExtCmd(char *buff, int len, player *pl);
63void ExtiCmd(char *buff, int len, client *ns); 63void ExtiCmd(char *buff, int len, client *ns);
64void MapInfoCmd(char *buff, int len, player *pl); 64void MapInfoCmd(char *buff, int len, player *pl);
65void MoveCmd(char *buf, int len, player *pl); 65void MoveCmd(char *buf, int len, player *pl);
66void send_query(client *ns, uint8 flags, char *text); 66void send_query(client *ns, uint8 flags, const char *text);
67void esrv_update_stats(player *pl); 67void esrv_update_stats(player *pl);
68void esrv_new_player(player *pl, uint32 weight); 68void esrv_new_player(player *pl, uint32 weight);
69int getExtendedMapInfoSize(client *ns); 69int getExtendedMapInfoSize(client *ns);
70void draw_client_map(object *pl); 70void draw_client_map(object *pl);
71void draw_client_map1(object *pl); 71void draw_client_map1(object *pl);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines