summaryrefslogtreecommitdiff
path: root/pc/popen.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:27:41 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:27:41 +0300
commit61bb57af53ebe916d2db6e3585d4fc7ac1d99b92 (patch)
tree2bfc4e5b127618d286f57a87d416702131b1b01d /pc/popen.h
parent0a9ae0c89481db540e1b817a63cc6c793a62c90d (diff)
downloadgawk-61bb57af53ebe916d2db6e3585d4fc7ac1d99b92.tar.gz
Move to gawk-2.15.3.gawk-2.15.3
Diffstat (limited to 'pc/popen.h')
-rw-r--r--pc/popen.h17
1 files changed, 9 insertions, 8 deletions
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 <stdio.h>
-#endif
-extern FILE *popen( char *, char * );
-
+/*
+** popen.h -- prototypes for pipe functions
+*/
+#if !defined(FILE)
+#include <stdio.h>
+#endif
+
+extern FILE *os_popen( char *, char * );
+extern int os_pclose( FILE * );