pkg-monitoring-plugins/plugins/popen.h

16 lines
459 B
C
Raw Normal View History

2013-11-26 22:53:19 +00:00
/******************************************************************************
*
2013-11-26 22:54:42 +00:00
* $Id: popen.h 1169 2005-05-01 20:12:03Z seanius $
2013-11-26 22:53:19 +00:00
*
******************************************************************************/
FILE *spopen (const char *);
int spclose (FILE *);
RETSIGTYPE popen_timeout_alarm_handler (int);
extern unsigned int timeout_interval;
pid_t *childpid=NULL;
int *child_stderr_array=NULL;
FILE *child_process=NULL;
FILE *child_stderr=NULL;