summaryrefslogtreecommitdiffstats
path: root/plugins/popen.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/popen.h')
-rw-r--r--plugins/popen.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/popen.h b/plugins/popen.h
index 1f4e413..c2a79df 100644
--- a/plugins/popen.h
+++ b/plugins/popen.h
@@ -9,7 +9,7 @@ int spclose (FILE *);
9RETSIGTYPE popen_timeout_alarm_handler (int); 9RETSIGTYPE popen_timeout_alarm_handler (int);
10 10
11extern unsigned int timeout_interval; 11extern unsigned int timeout_interval;
12pid_t *childpid; 12pid_t *childpid=NULL;
13int *child_stderr_array; 13int *child_stderr_array=NULL;
14FILE *child_process; 14FILE *child_process=NULL;
15FILE *child_stderr; 15FILE *child_stderr=NULL;