]> granicus.if.org Git - nethack/commitdiff
Silence another warning
authorPasi Kallinen <paxed@alt.org>
Sat, 19 Aug 2017 10:44:08 +0000 (13:44 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 19 Aug 2017 10:44:08 +0000 (13:44 +0300)
src/read.c

index 46f838426beaf26ece4c8519e0ea6e82714dd6e8..f1fef012d28bb32d17ae256f2849a0855e59ed9a 100644 (file)
@@ -29,6 +29,7 @@ STATIC_DCL void FDECL(forget, (int));
 STATIC_DCL int FDECL(maybe_tame, (struct monst *, struct obj *));
 STATIC_DCL boolean FDECL(is_valid_stinking_cloud_pos, (int, int, BOOLEAN_P));
 STATIC_DCL void FDECL(display_stinking_cloud_positions, (int));
+STATIC_DCL boolean FDECL(get_valid_stinking_cloud_pos, (int, int));
 STATIC_PTR void FDECL(set_lit, (int, int, genericptr));
 
 STATIC_OVL boolean
@@ -915,7 +916,7 @@ struct obj *sobj;
     return 0;
 }
 
-boolean
+STATIC_OVL boolean
 get_valid_stinking_cloud_pos(x,y)
 int x,y;
 {