]> granicus.if.org Git - nethack/commitdiff
questpgr followup
authornethack.rankin <nethack.rankin>
Sat, 3 Mar 2007 04:56:33 +0000 (04:56 +0000)
committernethack.rankin <nethack.rankin>
Sat, 3 Mar 2007 04:56:33 +0000 (04:56 +0000)
include/extern.h

index fd80d6d6953d3c450eb3df6f7a3e9e9b105c92d3..b0417dee354cd33caa85ed12880ff860f948082d 100644 (file)
@@ -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 ### */