Imported Upstream version 1.4.5
This commit is contained in:
parent
62d1e7d5fe
commit
6a280f6f24
412 changed files with 168642 additions and 0 deletions
15
plugins/popen.h
Normal file
15
plugins/popen.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
/******************************************************************************
|
||||
*
|
||||
* $Id: popen.h,v 1.4 2005/05/01 20:12:03 seanius Exp $
|
||||
*
|
||||
******************************************************************************/
|
||||
|
||||
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;
|
Loading…
Add table
Add a link
Reference in a new issue