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.20 by root, Sat Sep 16 22:24:12 2006 UTC vs.
Revision 1.22 by root, Sun Oct 1 23:44:36 2006 UTC

158int command_bug(object *op, char *params); 158int command_bug(object *op, char *params);
159void malloc_info(object *op); 159void malloc_info(object *op);
160void current_region_info(object *op); 160void current_region_info(object *op);
161void current_map_info(object *op); 161void current_map_info(object *op);
162int command_whereabouts(object *op, char *params); 162int command_whereabouts(object *op, char *params);
163int command_who(object *op, char *params);
164void display_who_entry(object *op, player *pl, const char *format);
165void get_who_escape_code_value(char *return_val, const char letter, player *pl);
166int command_afk(object *op, char *params); 163int command_afk(object *op, char *params);
167int command_malloc(object *op, char *params); 164int command_malloc(object *op, char *params);
168int command_mapinfo(object *op, char *params); 165int command_mapinfo(object *op, char *params);
169int command_whereami(object *op, char *params); 166int command_whereami(object *op, char *params);
170int command_maps(object *op, char *params); 167int command_maps(object *op, char *params);
289int command_banish(object *op, char *params); 286int command_banish(object *op, char *params);
290int command_kick(object *op, char *params); 287int command_kick(object *op, char *params);
291int command_save_overlay(object *op, char *params); 288int command_save_overlay(object *op, char *params);
292int command_toggle_shout(object *op, char *params); 289int command_toggle_shout(object *op, char *params);
293int command_shutdown(object *op, char *params); 290int command_shutdown(object *op, char *params);
294int command_goto(object *op, char *params);
295int command_generate(object *op, char *params);
296int command_freeze(object *op, char *params); 291int command_freeze(object *op, char *params);
297int command_arrest(object *op, char *params); 292int command_arrest(object *op, char *params);
298int command_summon(object *op, char *params); 293int command_summon(object *op, char *params);
299int command_teleport(object *op, char *params); 294int command_teleport(object *op, char *params);
300int command_create(object *op, char *params); 295int command_create(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines