monitoring-plugins/plugins/popen.h.in
2002-02-28 06:42:51 +00:00

9 lines
203 B
C

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;