blob: f66d953391710e430b8db8a510397182a07d183b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
/* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST
extern inline struct liblog_output *liblog_use_stderr(struct liblog_context *, const char *, int);
#else
int main(void) {return 0;} /* TODO test */
#endif
|