Prep for 1.4.10
[monitoring-plugins.git] / plugins / popen.h
blobc2a79df09c422fc188a203af8f98ca060925e626
1 /******************************************************************************
3 * $Id$
5 ******************************************************************************/
7 FILE *spopen (const char *);
8 int spclose (FILE *);
9 RETSIGTYPE popen_timeout_alarm_handler (int);
11 extern unsigned int timeout_interval;
12 pid_t *childpid=NULL;
13 int *child_stderr_array=NULL;
14 FILE *child_process=NULL;
15 FILE *child_stderr=NULL;