Code

Fix for regex input of '|', being output causing problems with Nagios' parsing of
[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;