summaryrefslogtreecommitdiff
path: root/src/testing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing.h')
-rw-r--r--src/testing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing.h b/src/testing.h
index 9a1bb2e..0bf6b4d 100644
--- a/src/testing.h
+++ b/src/testing.h
@@ -6,3 +6,6 @@ testing(const char *const message);
void
test_ok(void);
+
+void
+test_set_stream(FILE *new_stream);