summaryrefslogtreecommitdiffstats
path: root/plugins/popen.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/popen.h')
-rw-r--r--plugins/popen.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/popen.h b/plugins/popen.h
new file mode 100644
index 0000000..1ea6963
--- /dev/null
+++ b/plugins/popen.h
@@ -0,0 +1,13 @@
+/******************************************************************************
+*
+*
+*****************************************************************************/
+
+FILE *spopen (const char *);
+int spclose (FILE *);
+void popen_timeout_alarm_handler (int);
+
+pid_t *childpid=NULL;
+int *child_stderr_array=NULL;
+FILE *child_process=NULL;
+FILE *child_stderr=NULL;