aboutsummaryrefslogtreecommitdiffstats
path: root/libexec_input_text_gift.c
blob: 05dc5ef10bfcc6a48c4645487b7ad24e1238c587 (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_input_text_gift(struct libexec_command *, int, char *);


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