diff options
Diffstat (limited to 'src/testing.h')
-rw-r--r-- | src/testing.h | 3 |
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); |