diff options
Diffstat (limited to 'liblog_use_stream.c')
| -rw-r--r-- | liblog_use_stream.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/liblog_use_stream.c b/liblog_use_stream.c new file mode 100644 index 0000000..c415627 --- /dev/null +++ b/liblog_use_stream.c @@ -0,0 +1,11 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" +#ifndef TEST + +extern inline struct liblog_output *liblog_use_stream(struct liblog_context *, FILE *, const char *, int); + +#else + +int main(void) {return 0;} /* TODO test */ + +#endif |
