diff options
Diffstat (limited to 'test/test_io.h')
| -rw-r--r-- | test/test_io.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_io.h b/test/test_io.h index c750214..ab3547f 100644 --- a/test/test_io.h +++ b/test/test_io.h @@ -21,3 +21,6 @@ char *test_stream_obj(void); char *test_stream_rw(void); +char *test_stream_realloc(void); +char *test_stream_xor(void); +char *test_stream_nav(void); |