// vim:fileencoding=utf-8:foldmethod=marker #ifndef TEST_STREAM_H #define TEST_STREAM_H #include "wapp.h" WpTestFuncResult test_stream_at_end(void); WpTestFuncResult test_stream_peek(void); WpTestFuncResult test_stream_consume(void); #endif // !TEST_STREAM_H