From e8fb1d3efb114d1859f14fda2b6681d99df1f48a Mon Sep 17 00:00:00 2001 From: wkj Date: Mon, 17 May 2004 02:24:15 +0000 Subject: tr2post and aux/download; download is a shell script in $PLAN9/bin. --- src/cmd/postscript/common/ext.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/cmd/postscript/common/ext.h') diff --git a/src/cmd/postscript/common/ext.h b/src/cmd/postscript/common/ext.h index c0f7c7a5..86b98da5 100644 --- a/src/cmd/postscript/common/ext.h +++ b/src/cmd/postscript/common/ext.h @@ -27,10 +27,9 @@ extern int writing; /* and output encoding */ extern char *optarg; /* for getopt() */ extern int optind; -extern void interrupt(); -extern void error(); -extern int cat(); -extern void concat(); +extern void interrupt(int); +extern int cat(char*); +extern void concat(double*); /* * extern char *tempnam(char*,char*); -- cgit v1.2.3