summaryrefslogtreecommitdiffstats
path: root/plugins/popen.h.in
blob: adae2ecf6dcc71976eb96c7cc353918942cda20a (plain)
1
2
3
4
5
6
7
8
9
FILE *spopen (const char *);
int spclose (FILE *);
RETSIGTYPE popen_timeout_alarm_handler (int);

int timeout_interval;
pid_t *childpid;
int *child_stderr_array;
FILE *child_process;
FILE *child_stderr;