From 61bb57af53ebe916d2db6e3585d4fc7ac1d99b92 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Fri, 16 Jul 2010 12:27:41 +0300 Subject: Move to gawk-2.15.3. --- pc/popen.h | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'pc/popen.h') diff --git a/pc/popen.h b/pc/popen.h index 55501324..e8cd1b9b 100644 --- a/pc/popen.h +++ b/pc/popen.h @@ -1,8 +1,9 @@ -/* -** popen.h -- prototypes for pipe functions -*/ -#if !defined(FILE) -#include -#endif -extern FILE *popen( char *, char * ); - +/* +** popen.h -- prototypes for pipe functions +*/ +#if !defined(FILE) +#include +#endif + +extern FILE *os_popen( char *, char * ); +extern int os_pclose( FILE * ); -- cgit v1.2.3