--- deliantra/server/include/sproto.h 2007/03/02 11:23:17 1.48 +++ deliantra/server/include/sproto.h 2007/03/02 15:04:56 1.53 @@ -91,7 +91,6 @@ void apply_map_builder(object *pl, int dir); int adjust_sign_msg(object *pl, short x, short y, object *tmp); /* c_misc.c */ -int command_body(object *op, char *params); int command_motd(object *op, char *params); int command_bug(object *op, char *params); void malloc_info(object *op); @@ -145,10 +144,6 @@ int command_stay(object *op, char *params); /* c_new.c */ void execute_newserver_command(object *pl, char *command); -int command_run(object *op, char *params); -int command_run_stop(object *op, char *params); -int command_fire(object *op, char *params); -int command_fire_stop(object *op, char *params); int bad_command(object *op, char *params); /* c_object.c */ object *find_best_object_match(object *pl, const char *params); @@ -169,7 +164,6 @@ int command_drop(object *op, char *params); int command_examine(object *op, char *params); object *find_marked_object(object *op); -int command_mark(object *op, char *params); void examine_monster(object *op, object *tmp); char *long_desc(object *tmp, object *pl); void examine(object *op, object *tmp); @@ -203,10 +197,8 @@ int command_hide(object *op, char *params); int command_setgod(object *op, char *params); int command_banish(object *op, char *params); -int command_kick(object *op, char *params); int command_save_overlay(object *op, char *params); int command_toggle_shout(object *op, char *params); -int command_shutdown(object *op, char *params); int command_freeze(object *op, char *params); int command_arrest(object *op, char *params); int command_summon(object *op, char *params); @@ -215,8 +207,6 @@ int command_inventory(object *op, char *params); int command_skills(object *op, char *params); int command_dump(object *op, char *params); -int command_mon_aggr(object *op, char *params); -int command_possess(object *op, char *params); int command_patch(object *op, char *params); int command_remove(object *op, char *params); int command_free(object *op, char *params);