ソースを参照

timeout interval is extern

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@117 f882894a-f735-0410-b71e-b25c423dba1c
Karl DeBisschop 23 年 前
コミット
26af21dad2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      plugins/popen.h.in

+ 1 - 1
plugins/popen.h.in

@@ -2,7 +2,7 @@ FILE *spopen (const char *);
 int spclose (FILE *);
 int spclose (FILE *);
 RETSIGTYPE popen_timeout_alarm_handler (int);
 RETSIGTYPE popen_timeout_alarm_handler (int);
 
 
-int timeout_interval;
+extern int timeout_interval;
 pid_t *childpid;
 pid_t *childpid;
 int *child_stderr_array;
 int *child_stderr_array;
 FILE *child_process;
 FILE *child_process;