]> granicus.if.org Git - nethack/commitdiff
missing maybe_reset_pick update
authorPatR <rankin@nethack.org>
Fri, 1 Feb 2019 00:50:17 +0000 (16:50 -0800)
committerPatR <rankin@nethack.org>
Fri, 1 Feb 2019 00:50:17 +0000 (16:50 -0800)
Accidentally omitted from the commit for 'stale lock picking context'
8bf16b940e15cac75cea2a4de92738c90fa71688.

include/extern.h

index 6b5da17585fe04cd41d3b7d7a4b22b586ddf30ba..47f38254aae7d26fc0d230791841ad778bcb4dc4 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.6 extern.h        $NHDT-Date: 1548209735 2019/01/23 02:15:35 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.684 $ */
+/* NetHack 3.6 extern.h        $NHDT-Date: 1548982186 2019/02/01 00:49:46 $  $NHDT-Branch: NetHack-3.6.2-beta01 $:$NHDT-Revision: 1.691 $ */
 /* Copyright (c) Steve Creps, 1988.                              */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -1073,7 +1073,7 @@ E boolean FDECL(picking_lock, (int *, int *));
 E boolean FDECL(picking_at, (int, int));
 E void FDECL(breakchestlock, (struct obj *, BOOLEAN_P));
 E void NDECL(reset_pick);
-E void NDECL(maybe_reset_pick);
+E void FDECL(maybe_reset_pick, (struct obj *));
 E int FDECL(pick_lock, (struct obj *));
 E int NDECL(doforce);
 E boolean FDECL(boxlock, (struct obj *, struct obj *));