From: nethack.allison Date: Tue, 5 Feb 2002 13:37:26 +0000 (+0000) Subject: proto bit X-Git-Tag: MOVE2GIT~3255 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4181925d561fa0884988bbbc4fc9b682552fdfc8;p=nethack proto bit --- diff --git a/src/objnam.c b/src/objnam.c index 42336e4e7..8da02025c 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -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; diff --git a/src/steed.c b/src/steed.c index ceec46df2..a48683436 100644 --- a/src/steed.c +++ b/src/steed.c @@ -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 ***/ diff --git a/src/timeout.c b/src/timeout.c index 30108fdb1..96e8b2226 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -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));