pass reffile to opendatabase explicitly

This commit is contained in:
anon
2024-11-15 19:16:49 +01:00
parent 29645c1632
commit f3f2d2d134
3 changed files with 6 additions and 5 deletions

View File

@ -62,7 +62,7 @@ extern INVCONTROL invcontrol; /* inverted file control structure */
void build(void);
void free_newbuildfiles(void);
void opendatabase(void);
void opendatabase(const char * const reffile);
void rebuild(void);
void setup_build_filenames(const char * const reffile);
void seek_to_trailer(FILE *f);