aboutsummaryrefslogblamecommitdiffstats
path: root/libexec_run.c
blob: 939365df2360f8cdb7877d6b82fc8fe91309394e (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_run(struct libexec_result *, ...);


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