Code

check_host: Allocate a large-enough buffer for the host table.
[nagiosplug.git] / plugins / popen.h
1 /******************************************************************************
2 *
3 *
4 *****************************************************************************/
6 FILE *spopen (const char *);
7 int spclose (FILE *);
8 RETSIGTYPE popen_timeout_alarm_handler (int);
10 extern unsigned int timeout_interval;
11 pid_t *childpid=NULL;
12 int *child_stderr_array=NULL;
13 FILE *child_process=NULL;
14 FILE *child_stderr=NULL;