proto bit
This commit is contained in:
@@ -15,7 +15,7 @@ static boolean FDECL(the_unique_obj, (struct obj *obj));
|
|||||||
#ifdef OVLB
|
#ifdef OVLB
|
||||||
static boolean FDECL(wishymatch, (const char *,const char *,BOOLEAN_P));
|
static boolean FDECL(wishymatch, (const char *,const char *,BOOLEAN_P));
|
||||||
#endif
|
#endif
|
||||||
static void FDECL(add_erosion_words, (struct obj*, char*));
|
static void FDECL(add_erosion_words, (struct obj *, char *));
|
||||||
|
|
||||||
struct Jitem {
|
struct Jitem {
|
||||||
int item;
|
int item;
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ static NEARDATA const char steeds[] = {
|
|||||||
S_QUADRUPED, S_UNICORN, S_ANGEL, S_CENTAUR, S_DRAGON, S_JABBERWOCK, '\0'
|
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 ***/
|
/*** Putting the saddle on ***/
|
||||||
|
|
||||||
|
|||||||
@@ -1283,7 +1283,7 @@ STATIC_DCL void FDECL(print_queue, (winid, timer_element *));
|
|||||||
STATIC_DCL void FDECL(insert_timer, (timer_element *));
|
STATIC_DCL void FDECL(insert_timer, (timer_element *));
|
||||||
STATIC_DCL timer_element *FDECL(remove_timer, (timer_element **, SHORT_P,
|
STATIC_DCL timer_element *FDECL(remove_timer, (timer_element **, SHORT_P,
|
||||||
genericptr_t));
|
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(mon_is_local, (struct monst *));
|
||||||
STATIC_DCL boolean FDECL(timer_is_local, (timer_element *));
|
STATIC_DCL boolean FDECL(timer_is_local, (timer_element *));
|
||||||
STATIC_DCL int FDECL(maybe_write_timer, (int, int, BOOLEAN_P));
|
STATIC_DCL int FDECL(maybe_write_timer, (int, int, BOOLEAN_P));
|
||||||
|
|||||||
Reference in New Issue
Block a user