| commit | b855148c9b6d28fedfd083d037bcf246f1913d92 | [log] [tgz] |
|---|---|---|
| author | wkj <devnull@localhost> | Sun May 16 07:54:22 2004 +0000 |
| committer | wkj <devnull@localhost> | Sun May 16 07:54:22 2004 +0000 |
| tree | 0075eb6ea37427fa48b78cb937fabc04175cead1 | |
| parent | 61f5c35c9465f0702739b41249a664d409f0482c [diff] [blame] |
Checkpoint.
diff --git a/src/cmd/postscript/common/ext.h b/src/cmd/postscript/common/ext.h index e260cee..c0f7c7a 100644 --- a/src/cmd/postscript/common/ext.h +++ b/src/cmd/postscript/common/ext.h
@@ -28,8 +28,12 @@ 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();