proto bit

This commit is contained in:
nethack.allison
2002-02-05 13:37:26 +00:00
parent 7d1e6f7d57
commit 4181925d56
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ static boolean FDECL(the_unique_obj, (struct obj *obj));
#ifdef OVLB
static boolean FDECL(wishymatch, (const char *,const char *,BOOLEAN_P));
#endif
static void FDECL(add_erosion_words, (struct obj*, char*));
static void FDECL(add_erosion_words, (struct obj *, char *));
struct Jitem {
int item;

View File

@@ -12,7 +12,7 @@ static NEARDATA const char steeds[] = {
S_QUADRUPED, S_UNICORN, S_ANGEL, S_CENTAUR, S_DRAGON, S_JABBERWOCK, '\0'
};
STATIC_DCL boolean FDECL(landing_spot, (coord*, int));
STATIC_DCL boolean FDECL(landing_spot, (coord *, int));
/*** Putting the saddle on ***/

View File

@@ -1283,7 +1283,7 @@ STATIC_DCL void FDECL(print_queue, (winid, timer_element *));
STATIC_DCL void FDECL(insert_timer, (timer_element *));
STATIC_DCL timer_element *FDECL(remove_timer, (timer_element **, SHORT_P,
genericptr_t));
STATIC_DCL void FDECL(write_timer, (int, timer_element*));
STATIC_DCL void FDECL(write_timer, (int, timer_element *));
STATIC_DCL boolean FDECL(mon_is_local, (struct monst *));
STATIC_DCL boolean FDECL(timer_is_local, (timer_element *));
STATIC_DCL int FDECL(maybe_write_timer, (int, int, BOOLEAN_P));