From e1090de7b358f7856b184b7ed0987e72c0008895 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Sat, 21 Nov 2015 20:47:31 +0200 Subject: [PATCH] Declare missing function proto --- src/makemon.c | 1 + 1 file changed, 1 insertion(+) 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[]; -- 2.40.0