mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-03 18:49:29 -05:00
autoupdate tells me, that since C89 I can safely assume RETSIGTYPE is void. Therefore to simplify things I removed the corresponding configure.ac line and replaced all mentions of RETSIGTYPE with void.
13 lines
359 B
C
13 lines
359 B
C
/******************************************************************************
|
|
*
|
|
*
|
|
*****************************************************************************/
|
|
|
|
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;
|