botl.c functions
Put the prototypes for routines in botl.c into the same order as the corresponding functions are in the file. Also a few were missing and another few used STATIC_OVL when STATIC_DCL was appropriate.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* NetHack 3.6 extern.h $NHDT-Date: 1554045807 2019/03/31 15:23:27 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.697 $ */
|
||||
/* NetHack 3.6 extern.h $NHDT-Date: 1554538087 2019/04/06 08:08:07 $ $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.698 $ */
|
||||
/* Copyright (c) Steve Creps, 1988. */
|
||||
/* NetHack may be freely redistributed. See license for details. */
|
||||
|
||||
@@ -146,28 +146,28 @@ E int NDECL(getbones);
|
||||
|
||||
/* ### botl.c ### */
|
||||
|
||||
E const char *FDECL(bl_idx_to_fldname, (int));
|
||||
E char *NDECL(do_statusline1);
|
||||
E void NDECL(check_gold_symbol);
|
||||
E char *NDECL(do_statusline2);
|
||||
E void NDECL(bot);
|
||||
E void NDECL(timebot);
|
||||
E int FDECL(xlev_to_rank, (int));
|
||||
E const char *FDECL(rank_of, (int, SHORT_P, BOOLEAN_P));
|
||||
E int FDECL(title_to_mon, (const char *, int *, int *));
|
||||
E void NDECL(max_rank_sz);
|
||||
#ifdef SCORE_ON_BOTL
|
||||
E long NDECL(botl_score);
|
||||
#endif
|
||||
E int FDECL(describe_level, (char *));
|
||||
E const char *FDECL(rank_of, (int, SHORT_P, BOOLEAN_P));
|
||||
E void NDECL(bot);
|
||||
E void NDECL(timebot);
|
||||
E void NDECL(status_eval_next_unhilite);
|
||||
E void FDECL(status_initialize, (BOOLEAN_P));
|
||||
E void NDECL(status_finish);
|
||||
E void FDECL(status_notify_windowport, (BOOLEAN_P));
|
||||
E void NDECL(status_eval_next_unhilite);
|
||||
E const char *FDECL(bl_idx_to_fldname, (int));
|
||||
#ifdef STATUS_HILITES
|
||||
E boolean FDECL(parse_status_hl1, (char *op, BOOLEAN_P));
|
||||
E void NDECL(clear_status_hilites);
|
||||
E void NDECL(reset_status_hilites);
|
||||
E boolean FDECL(parse_status_hl1, (char *op, BOOLEAN_P));
|
||||
E void FDECL(status_notify_windowport, (BOOLEAN_P));
|
||||
E void NDECL(clear_status_hilites);
|
||||
E int NDECL(count_status_hilites);
|
||||
E boolean NDECL(status_hilite_menu);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user