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.21 by root, Fri Sep 29 19:28:43 2006 UTC vs.
Revision 1.22 by root, Sun Oct 1 23:44:36 2006 UTC

286int command_banish(object *op, char *params); 286int command_banish(object *op, char *params);
287int command_kick(object *op, char *params); 287int command_kick(object *op, char *params);
288int command_save_overlay(object *op, char *params); 288int command_save_overlay(object *op, char *params);
289int command_toggle_shout(object *op, char *params); 289int command_toggle_shout(object *op, char *params);
290int command_shutdown(object *op, char *params); 290int command_shutdown(object *op, char *params);
291int command_goto(object *op, char *params);
292int command_generate(object *op, char *params);
293int command_freeze(object *op, char *params); 291int command_freeze(object *op, char *params);
294int command_arrest(object *op, char *params); 292int command_arrest(object *op, char *params);
295int command_summon(object *op, char *params); 293int command_summon(object *op, char *params);
296int command_teleport(object *op, char *params); 294int command_teleport(object *op, char *params);
297int command_create(object *op, char *params); 295int command_create(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines