--- deliantra/server/include/sproto.h 2007/03/02 10:55:00 1.45 +++ deliantra/server/include/sproto.h 2007/03/02 11:41:14 1.49 @@ -91,17 +91,11 @@ void apply_map_builder(object *pl, int dir); int adjust_sign_msg(object *pl, short x, short y, object *tmp); /* c_misc.c */ -void map_info(object *op, char *search); -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); -void current_region_info(object *op); -void current_map_info(object *op); int command_whereabouts(object *op, char *params); int command_malloc(object *op, char *params); -int command_mapinfo(object *op, char *params); -int command_whereami(object *op, char *params); int command_maps(object *op, char *params); int command_strings(object *op, char *params); int command_sstable(object *op, char *params); @@ -122,8 +116,6 @@ int command_printlos(object *op, char *params); int command_version(object *op, char *params); void bug_report(const char *reportstring); -int command_output_sync(object *op, char *params); -int command_output_count(object *op, char *params); int command_statistics(object *pl, char *params); int command_fix_me(object *op, char *params); int command_players(object *op, char *paramss); @@ -138,7 +130,6 @@ void receive_player_name(object *op, char k); void receive_player_password(object *op, char k); int command_title(object *op, char *params); -int command_style_map_info(object *op, char *params); int command_kill_pets(object *op, char *params); int command_quests(object *pl, char *params); /* c_move.c */