]> granicus.if.org Git - nethack/commitdiff
fix Xcode warning
authornhmall <nhmall@nethack.org>
Fri, 27 Dec 2019 15:32:06 +0000 (10:32 -0500)
committernhmall <nhmall@nethack.org>
Fri, 27 Dec 2019 15:32:06 +0000 (10:32 -0500)
include/extern.h

index 3fb1be9aaf3da40c6e21a4f3a627342850565a38..4c757b4b3c2348dde4028c96894f06d3c4f71540 100644 (file)
@@ -1117,7 +1117,7 @@ E boolean FDECL(picking_at, (int, int));
 E void FDECL(breakchestlock, (struct obj *, BOOLEAN_P));
 E void NDECL(reset_pick);
 E void FDECL(maybe_reset_pick, (struct obj *));
-E int FDECL(pick_lock, (struct obj *, xchar, xchar, struct obj *));
+E int FDECL(pick_lock, (struct obj *, XCHAR_P, XCHAR_P, struct obj *));
 E int NDECL(doforce);
 E boolean FDECL(boxlock, (struct obj *, struct obj *));
 E boolean FDECL(doorlock, (struct obj *, int, int));