blob: 52687c7fb4a2ee6ab7347d71997e0a5ec6535b73 (
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_fd(struct liblog_context *, int, const char *, int);
#else
int main(void) {return 0;} /* TODO test */
#endif
|