From b855148c9b6d28fedfd083d037bcf246f1913d92 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:54:22 +0000 Subject: Checkpoint. --- src/cmd/postscript/common/ext.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (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 e260cee1..c0f7c7a5 100644 --- a/src/cmd/postscript/common/ext.h +++ b/src/cmd/postscript/common/ext.h @@ -28,8 +28,12 @@ extern char *optarg; /* for getopt() */ extern int optind; extern void interrupt(); -//extern char *tempnam(char*,char*); +extern void error(); +extern int cat(); +extern void concat(); + /* + * extern char *tempnam(char*,char*); * extern char *malloc(); * extern char *calloc(); * extern char *strtok(); -- cgit v1.2.3