aboutsummaryrefslogtreecommitdiffstats
path: root/pc/popen.h
diff options
context:
space:
mode:
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 * );