summaryrefslogtreecommitdiffstats
path: root/liblog_use_fd_for_range.c
blob: 8460d5eb7d1eccd66f46b707e782293695b17bb6 (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_fd_for_range(struct liblog_context *, int, const char *, int,
                                                            enum liblog_level, enum liblog_level);

#else

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

#endif