This commit is contained in:
David Anderson 2015-11-19 19:29:30 -08:00
parent 4459701a51
commit 4e55dbf0e0
1 changed files with 2 additions and 1 deletions

View File

@ -51,6 +51,7 @@ extern bool standalone;
// if set, look for output files in the current directory,
// not the upload hierarchy.
// used by validator_test.
extern void remove_random_from_filename(const char* in, char* out);
#endif
extern void remove_random_from_filename(const char* in, char* out);