mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-15 00:33:15 -05:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@662 f882894a-f735-0410-b71e-b25c423dba1c
9 lines
219 B
C
9 lines
219 B
C
FILE *spopen (const char *);
|
|
int spclose (FILE *);
|
|
RETSIGTYPE popen_timeout_alarm_handler (int);
|
|
|
|
extern unsigned int timeout_interval;
|
|
pid_t *childpid;
|
|
int *child_stderr_array;
|
|
FILE *child_process;
|
|
FILE *child_stderr;
|