aboutsummaryrefslogtreecommitdiffstats
path: root/libexec_construct_command.c
blob: 6fc91dc82268922968aae0fc2a2439d3b9fc5059 (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_construct_command(struct libexec_command *, const char *, ...);


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