mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 06:36:55 -04:00
timeout interval is extern
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@117 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
6cbf1dd4a3
commit
26af21dad2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FILE *spopen (const char *);
|
|||
int spclose (FILE *);
|
||||
RETSIGTYPE popen_timeout_alarm_handler (int);
|
||||
|
||||
int timeout_interval;
|
||||
extern int timeout_interval;
|
||||
pid_t *childpid;
|
||||
int *child_stderr_array;
|
||||
FILE *child_process;
|
||||
|
|
|
|||
Loading…
Reference in a new issue