Explorar el Código

timeout interval is extern

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@117 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop hace 23 años
padre
commit
26af21dad2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      plugins/popen.h.in

+ 1 - 1
plugins/popen.h.in

@@ -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;