From: Pasi Kallinen Date: Sat, 21 Nov 2015 18:47:31 +0000 (+0200) Subject: Declare missing function proto X-Git-Tag: NetHack-3.6.0_RC01~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1090de7b358f7856b184b7ed0987e72c0008895;p=nethack Declare missing function proto --- diff --git a/src/makemon.c b/src/makemon.c index edd0b6be7..7c11e85e6 100644 --- a/src/makemon.c +++ b/src/makemon.c @@ -23,6 +23,7 @@ STATIC_DCL void FDECL(m_initgrp, (struct monst *, int, int, int)); STATIC_DCL void FDECL(m_initthrow, (struct monst *, int, int)); STATIC_DCL void FDECL(m_initweap, (struct monst *)); STATIC_DCL void FDECL(m_initinv, (struct monst *)); +STATIC_DCL boolean FDECL(makemon_rnd_goodpos, (struct monst *, unsigned, coord *)); extern const int monstr[];