mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1169 f882894a-f735-0410-b71e-b25c423dba1c
15 lines
415 B
C
15 lines
415 B
C
/******************************************************************************
|
|
*
|
|
* $Id$
|
|
*
|
|
******************************************************************************/
|
|
|
|
FILE *spopen (const char *);
|
|
int spclose (FILE *);
|
|
RETSIGTYPE popen_timeout_alarm_handler (int);
|
|
|
|
extern unsigned int timeout_interval;
|
|
pid_t *childpid=NULL;
|
|
int *child_stderr_array=NULL;
|
|
FILE *child_process=NULL;
|
|
FILE *child_stderr=NULL;
|