aboutsummaryrefslogblamecommitdiffstats
path: root/libexec_put_arguments.c
blob: 54af5078b36b636efb5bf28fe81045151224c654 (plain) (tree)
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_put_arguments(struct libexec_command *, const char *const *);


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