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/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cmd/postscript/common/common.h') diff --git a/src/cmd/postscript/common/common.h b/src/cmd/postscript/common/common.h index 62eba08e..2432fe12 100644 --- a/src/cmd/postscript/common/common.h +++ b/src/cmd/postscript/common/common.h @@ -5,6 +5,8 @@ #define RUNEGETGROUP(a) ((a>>8)&0xff) #define RUNEGETCHAR(a) (a&0xff) +#define tempnam safe_tempnam + typedef int BOOLEAN; #define TRUE 1 @@ -38,6 +40,6 @@ BOOLEAN isinstring(void); void startpage(void); void endpage(void); int cat(char *); -int Bgetfield(Biobuf *, int, void *, int); +int Bgetfield(Biobufhdr *, int, void *, int); void *galloc(void *, int, char *); void pagelist(char *); -- cgit v1.2.3