From: nethack.rankin Date: Sun, 20 Jan 2002 09:22:16 +0000 (+0000) Subject: compile fix X-Git-Tag: MOVE2GIT~3416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36511f228023c3a53d9352751ca0bc0151dbed68;p=nethack compile fix --- diff --git a/include/extern.h b/include/extern.h index 15234fa8e..6a9ce1b30 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1939,7 +1939,7 @@ E void FDECL(mselftouch, (struct monst *,const char *,BOOLEAN_P)); E void NDECL(float_up); E void FDECL(fill_pit, (int,int)); E int FDECL(float_down, (long, long)); -E int FDECL(fire_damage, (struct obj *,BOOLEAN_P,BOOLEAN_P,xchar,xchar)); +E int FDECL(fire_damage, (struct obj *,BOOLEAN_P,BOOLEAN_P,XCHAR_P,XCHAR_P)); E void FDECL(water_damage, (struct obj *,BOOLEAN_P,BOOLEAN_P)); E boolean NDECL(drown); E void FDECL(drain_en, (int));