]> granicus.if.org Git - nethack/commitdiff
Fix extern def
authorPasi Kallinen <paxed@alt.org>
Fri, 3 Feb 2023 15:12:23 +0000 (17:12 +0200)
committerPasi Kallinen <paxed@alt.org>
Fri, 3 Feb 2023 15:12:23 +0000 (17:12 +0200)
include/extern.h

index 62feb5e48e26896842267f131ebf7633bbbd4804..05b5eaea3b861bb8bc98d1730e483e22e2375561 100644 (file)
@@ -546,7 +546,7 @@ extern const char *pmname(struct permonst *, int);
 #endif
 extern const char *mon_pmname(struct monst *);
 extern const char *obj_pmname(struct obj *);
-boolean mapxy_valid(coordxy x, coordxy y);
+extern boolean mapxy_valid(coordxy, coordxy);
 
 /* ### do_wear.c ### */