saved-games menu for vms (3 of 2) (trunk only)

A copy+paste error was being masked by some temporary code.
This commit is contained in:
nethack.rankin
2006-12-10 04:58:34 +00:00
parent ff41104bd0
commit 528238422a
2 changed files with 1 additions and 2 deletions

View File

@@ -727,7 +727,7 @@ E int FDECL(sym_val, (const char *));
E void FDECL(paniclog, (const char *, const char *));
E int FDECL(validate_prefix_locations, (char *));
#ifdef SELECTSAVED
E void FDECL(get_plname_from_file, (int, char *));
E char *FDECL(plname_from_file, (const char *));
#endif
E char** NDECL(get_saved_games);
E void FDECL(free_saved_games, (char**));

View File

@@ -476,7 +476,6 @@ dosuspend()
with the utility programs and we don't want this code there */
static void FDECL(savefile, (const char *,int,int *,char ***));
char *FDECL(plname_from_file, (const char *));
static void
savefile(name, indx, asize, array)