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.35 by root, Thu Nov 8 19:43:25 2007 UTC vs.
Revision 1.36 by root, Tue Apr 22 07:01:47 2008 UTC

79void ExtiCmd(char *buff, int len, client *ns); 79void ExtiCmd(char *buff, int len, client *ns);
80void MapInfoCmd(char *buff, int len, player *pl); 80void MapInfoCmd(char *buff, int len, player *pl);
81void MoveCmd(char *buf, int len, player *pl); 81void MoveCmd(char *buf, int len, player *pl);
82void send_query(client *ns, uint8 flags, const char *text); 82void send_query(client *ns, uint8 flags, const char *text);
83void esrv_update_stats(player *pl); 83void esrv_update_stats(player *pl);
84void esrv_new_player(player *pl, uint32 weight); 84void esrv_new_player(player *pl);
85int getExtendedMapInfoSize(client *ns); 85int getExtendedMapInfoSize(client *ns);
86void draw_client_map(player *pl); 86void draw_client_map(player *pl);
87void send_plugin_custom_message(object *pl, char *buf); 87void send_plugin_custom_message(object *pl, char *buf);
88void send_skill_info(client *ns, char *params); 88void send_skill_info(client *ns, char *params);
89void send_spell_paths (client *ns, char *params); 89void send_spell_paths (client *ns, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines