From f6cc0cf400832ececffad4e90b693bf2c6471161 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Thu, 13 Mar 2003 06:51:18 +0000 Subject: Updated cvs ignore files to reflect changes Moved header files from being ran through configure to standard Removed auto-tools scripts that get added by automake git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@417 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/popen.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/popen.h (limited to 'plugins/popen.h') diff --git a/plugins/popen.h b/plugins/popen.h new file mode 100644 index 00000000..a1af4be0 --- /dev/null +++ b/plugins/popen.h @@ -0,0 +1,9 @@ +FILE *spopen (const char *); +int spclose (FILE *); +RETSIGTYPE popen_timeout_alarm_handler (int); + +extern int timeout_interval; +pid_t *childpid; +int *child_stderr_array; +FILE *child_process; +FILE *child_stderr; -- cgit v1.2.3-74-g34f1