X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fpopen.h;h=fc7e78e2d81075af5647d58b23e049f5b6c5b42a;hb=6b6051606175d870bb45bbe67866c1643d4d964a;hp=1f4e413a7e8c65c8f0da388139cef80781ae5b9d;hpb=e9ccc6b21a1152bbf150302c4a29a6df79d75bd7;p=nagiosplug.git diff --git a/plugins/popen.h b/plugins/popen.h index 1f4e413..fc7e78e 100644 --- a/plugins/popen.h +++ b/plugins/popen.h @@ -1,15 +1,14 @@ /****************************************************************************** - * - * $Id$ - * - ******************************************************************************/ +* +* +*****************************************************************************/ 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; +pid_t *childpid=NULL; +int *child_stderr_array=NULL; +FILE *child_process=NULL; +FILE *child_stderr=NULL;