summaryrefslogtreecommitdiffstats
path: root/plugins/popen.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:48:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:48:22 +0000
commit7373ce3d6988706388f136e1c06afd20a3e8d5be (patch)
treee9ae5af7d102667e5706187646db45de8238e8c4 /plugins/popen.h
parentInitial commit. (diff)
downloadmonitoring-plugins-upstream.tar.xz
monitoring-plugins-upstream.zip
Adding upstream version 2.3.5.upstream/2.3.5upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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;