]> granicus.if.org Git - nethack/commitdiff
Add missing prototype
authorPasi Kallinen <paxed@alt.org>
Sat, 28 Mar 2015 17:21:49 +0000 (19:21 +0200)
committerPasi Kallinen <paxed@alt.org>
Sat, 28 Mar 2015 17:21:49 +0000 (19:21 +0200)
src/apply.c

index b65a2cabfd2375249e7140a7960ad69d57bc2d2b..6f13d6623811b5a3cc4073d5b2ccc8076495b56d 100644 (file)
@@ -27,6 +27,7 @@ STATIC_DCL void FDECL(use_trap, (struct obj *));
 STATIC_DCL void FDECL(use_stone, (struct obj *));
 STATIC_PTR int NDECL(set_trap);                /* occupation callback */
 STATIC_DCL int FDECL(use_whip, (struct obj *));
+STATIC_PTR void FDECL(display_polearm_positions, (int));
 STATIC_DCL int FDECL(use_pole, (struct obj *));
 STATIC_DCL int FDECL(use_cream_pie, (struct obj *));
 STATIC_DCL int FDECL(use_grapple, (struct obj *));