aboutsummaryrefslogtreecommitdiffstats
path: root/libexec_pipe_commands.c
blob: 2dfd3bb179284961c66a436d2c179c9adca13a6d (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 int libexec_pipe_commands(enum libexec_pipe, ...);


#else
LIBEXEC_CONST__ int main(void) {return 0;} /* TODO test */
#endif