summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/awk/files.h
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1993-07-02 23:56:52 +0000
committerjtc <jtc@NetBSD.org>1993-07-02 23:56:52 +0000
commitf4e00a39c236bf7481c72bcc6d215900040c7cdf (patch)
tree52e2aaed1a2ff6e364820a186cf85c4b792e5626 /gnu/usr.bin/awk/files.h
parent8ebc845441169cc86d3f7c2b400125e254124a27 (diff)
Updated to mawk 1.1.4
Diffstat (limited to 'gnu/usr.bin/awk/files.h')
-rw-r--r--gnu/usr.bin/awk/files.h14
1 files changed, 9 insertions, 5 deletions
diff --git a/gnu/usr.bin/awk/files.h b/gnu/usr.bin/awk/files.h
index b24d0945fcf..022a8b49e23 100644
--- a/gnu/usr.bin/awk/files.h
+++ b/gnu/usr.bin/awk/files.h
@@ -11,12 +11,15 @@ the GNU General Public License, version 2, 1991.
********************************************/
/*$Log: files.h,v $
-/*Revision 1.1.1.1 1993/03/21 09:45:37 cgd
-/*initial import of 386bsd-0.1 sources
+/*Revision 1.2 1993/07/02 23:57:22 jtc
+/*Updated to mawk 1.1.4
/*
- * Revision 5.1 91/12/05 07:59:18 brennan
+ * Revision 5.2 1992/12/17 02:48:01 mike
+ * 1.1.2d changes for DOS
+ *
+ * Revision 5.1 1991/12/05 07:59:18 brennan
* 1.1 pre-release
- *
+ *
*/
#ifndef FILES_H
@@ -40,13 +43,14 @@ void PROTO( close_out_pipes, (void) ) ;
#if HAVE_FAKE_PIPES
void PROTO(close_fake_pipes, (void)) ;
int PROTO(close_fake_outpipe, (char *,int)) ;
-char *PROTO(tmp_file_name, (int)) ;
+char *PROTO(tmp_file_name, (int, char*)) ;
#endif
#if MSDOS
int PROTO(DOSexec, (char *)) ;
int PROTO(binmode, (void)) ;
void PROTO(set_binmode, (int)) ;
+void PROTO(enlarge_output_buffer, (FILE*)) ;
#endif