summaryrefslogtreecommitdiff
path: root/cat/test/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'cat/test/test.h')
-rw-r--r--cat/test/test.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cat/test/test.h b/cat/test/test.h
index 74332195..fa3e9c57 100644
--- a/cat/test/test.h
+++ b/cat/test/test.h
@@ -305,6 +305,8 @@ char *slurpfile(size_t *, const char *fmt, ...);
/* Extracts named reference file to the current directory. */
void extract_reference_file(const char *);
+/* Copies named reference file to the current directory. */
+void copy_reference_file(const char *);
/* Path to working directory for current test */
extern const char *testworkdir;