pass reffile to opendatabase explicitly
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user