]> granicus.if.org Git - nethack/commitdiff
Declare missing function proto
authorPasi Kallinen <paxed@alt.org>
Sat, 21 Nov 2015 18:47:31 +0000 (20:47 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 21 Nov 2015 18:47:31 +0000 (20:47 +0200)
src/makemon.c

index edd0b6be7155991352e69b156dcea08f79c19ec7..7c11e85e650dfdc586c26c98b61b8e247e304127 100644 (file)
@@ -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[];