pkg-monitoring-plugins/plugins/popen.h

16 lines
445 B
C
Raw Normal View History

2006-01-20 18:48:40 +00:00
/******************************************************************************
*
* $Id: popen.h,v 1.3 2004/12/25 23:17:44 opensides Exp $
*
******************************************************************************/
FILE *spopen (const char *);
int spclose (FILE *);
RETSIGTYPE popen_timeout_alarm_handler (int);
extern unsigned int timeout_interval;
pid_t *childpid;
int *child_stderr_array;
FILE *child_process;
FILE *child_stderr;