From da063bdc1887626a4a2c32ae3a7cb2922306c675 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Fri, 24 Oct 2003 10:20:00 +0000 Subject: [PATCH] cvsfix My cvs tree had the correct code. When I did a cvs update it didn't pull anything down. When I deleted the include/extern.h file from my cvs tree, and did an update with the "get the clean copy" switch, it pulled down an extern.h that was indeed missing the prototype. In all cases my local cvs reported that it was 1.130. I applied the prototype change to the cvs copy, did a cvs diff to ensure nothing else was out of sync and re-committed. --- include/extern.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/extern.h b/include/extern.h index 8a024a3db..eb492c320 100644 --- a/include/extern.h +++ b/include/extern.h @@ -2263,7 +2263,7 @@ E void FDECL(skill_init, (const struct def_skill *)); E void FDECL(were_change, (struct monst *)); E void FDECL(new_were, (struct monst *)); -E boolean FDECL(were_summon, (struct permonst *,BOOLEAN_P)); +E int FDECL(were_summon, (struct permonst *,BOOLEAN_P,int *)); E void NDECL(you_were); E void FDECL(you_unwere, (BOOLEAN_P)); -- 2.40.0