mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-11 23:03:36 -05:00
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
9 lines
210 B
C
9 lines
210 B
C
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;
|