ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sproto.h
(Generate patch)

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.43 by pippijn, Fri Mar 2 10:15:39 2007 UTC vs.
Revision 1.44 by pippijn, Fri Mar 2 10:43:01 2007 UTC

130int command_logs(object *op, char *params); 130int command_logs(object *op, char *params);
131int command_applymode(object *op, char *params); 131int command_applymode(object *op, char *params);
132int command_bowmode(object *op, char *params); 132int command_bowmode(object *op, char *params);
133int command_petmode(object *op, char *params); 133int command_petmode(object *op, char *params);
134int command_showpets(object *op, char *params); 134int command_showpets(object *op, char *params);
135int command_usekeys(object *op, char *params);
136int command_resistances(object *op, char *params); 135int command_resistances(object *op, char *params);
137int command_help(object *op, char *params); 136int command_help(object *op, char *params);
138int onoff_value(const char *line); 137int onoff_value(const char *line);
139int command_quit(object *op, char *params); 138int command_quit(object *op, char *params);
140int command_real_quit(object *op, char *params); 139int command_real_quit(object *op, char *params);
141int command_sound(object *op, char *params);
142void receive_player_name(object *op, char k); 140void receive_player_name(object *op, char k);
143void receive_player_password(object *op, char k); 141void receive_player_password(object *op, char k);
144int command_title(object *op, char *params); 142int command_title(object *op, char *params);
145int command_style_map_info(object *op, char *params); 143int command_style_map_info(object *op, char *params);
146int command_kill_pets(object *op, char *params); 144int command_kill_pets(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines