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:
+1
-1
@@ -727,7 +727,7 @@ E int FDECL(sym_val, (const char *));
|
|||||||
E void FDECL(paniclog, (const char *, const char *));
|
E void FDECL(paniclog, (const char *, const char *));
|
||||||
E int FDECL(validate_prefix_locations, (char *));
|
E int FDECL(validate_prefix_locations, (char *));
|
||||||
#ifdef SELECTSAVED
|
#ifdef SELECTSAVED
|
||||||
E void FDECL(get_plname_from_file, (int, char *));
|
E char *FDECL(plname_from_file, (const char *));
|
||||||
#endif
|
#endif
|
||||||
E char** NDECL(get_saved_games);
|
E char** NDECL(get_saved_games);
|
||||||
E void FDECL(free_saved_games, (char**));
|
E void FDECL(free_saved_games, (char**));
|
||||||
|
|||||||
@@ -476,7 +476,6 @@ dosuspend()
|
|||||||
with the utility programs and we don't want this code there */
|
with the utility programs and we don't want this code there */
|
||||||
|
|
||||||
static void FDECL(savefile, (const char *,int,int *,char ***));
|
static void FDECL(savefile, (const char *,int,int *,char ***));
|
||||||
char *FDECL(plname_from_file, (const char *));
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
savefile(name, indx, asize, array)
|
savefile(name, indx, asize, array)
|
||||||
|
|||||||
Reference in New Issue
Block a user