follow-up on the util/recover.c change earlier
It failed in the CI
This commit is contained in:
@@ -22,6 +22,10 @@ extern int vms_creat(const char *, unsigned);
|
|||||||
extern int vms_open(const char *, int, unsigned);
|
extern int vms_open(const char *, int, unsigned);
|
||||||
#endif /* VMS */
|
#endif /* VMS */
|
||||||
|
|
||||||
|
#ifndef nhUse
|
||||||
|
#define nhUse(arg) (void)(arg)
|
||||||
|
#endif
|
||||||
|
|
||||||
int restore_savefile(char *);
|
int restore_savefile(char *);
|
||||||
void set_levelfile_name(int);
|
void set_levelfile_name(int);
|
||||||
int open_levelfile(int);
|
int open_levelfile(int);
|
||||||
|
|||||||
Reference in New Issue
Block a user