restore.c:909:1: warning: no previous prototype for ‘rest_stairs’ [-Wmissing-prototypes]
909 | rest_stairs(nhfp)
| ^~~~~~~~~~~
static void FDECL(restore_msghistory, (NHFILE *));
static void FDECL(reset_oattached_mids, (BOOLEAN_P));
static void FDECL(rest_levl, (NHFILE *, BOOLEAN_P));
+static void FDECL(rest_stairs, (NHFILE *));
/*
* Save a mapping of IDs from ghost levels to the current level. This
return 1;
}
-void
+static void
rest_stairs(nhfp)
NHFILE *nhfp;
{