From: nethack.rankin Date: Sat, 3 Mar 2007 04:56:33 +0000 (+0000) Subject: questpgr followup X-Git-Tag: MOVE2GIT~687 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4091076bb8dd2d72b994d2b50db66101788ce392;p=nethack questpgr followup --- diff --git a/include/extern.h b/include/extern.h index fd80d6d69..b0417dee3 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1151,7 +1151,6 @@ void FDECL(remove_rooms, (int,int,int,int)); E void FDECL(wallification, (int,int,int,int)); E void FDECL(walkfrom, (int,int)); -E void NDECL(deliver_splev_message); E void FDECL(makemaz, (const char *)); E void FDECL(mazexy, (coord *)); E void NDECL(bound_digging); @@ -1815,6 +1814,7 @@ E boolean FDECL(is_quest_artifact, (struct obj*)); E void FDECL(com_pager, (int)); E void FDECL(qt_pager, (int)); E struct permonst *NDECL(qt_montype); +E void NDECL(deliver_splev_message); /* ### random.c ### */