summaryrefslogtreecommitdiffstats
path: root/liblog_use_stderr_for_range.c
blob: 1ffaee1826f853599889210124198a864e67e15b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/* See LICENSE file for copyright and license details. */
#include "common.h"
#ifndef TEST

extern inline struct liblog_output *liblog_use_stderr_for_range(struct liblog_context *, const char *, int,
                                                                enum liblog_level, enum liblog_level);

#else

int main(void) {return 0;} /* TODO test */

#endif