From 4e55dbf0e074bb3235e862168c4bf6303a479ea9 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 19 Nov 2015 19:29:30 -0800 Subject: [PATCH] fix typo --- sched/validate_util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sched/validate_util.h b/sched/validate_util.h index 816a351dd7..6a00cf39ff 100644 --- a/sched/validate_util.h +++ b/sched/validate_util.h @@ -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);