summaryrefslogtreecommitdiffstats
path: root/src/cmd/postscript/common/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/postscript/common/common.h')
-rw-r--r--src/cmd/postscript/common/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cmd/postscript/common/common.h b/src/cmd/postscript/common/common.h
index 2432fe12..7b267668 100644
--- a/src/cmd/postscript/common/common.h
+++ b/src/cmd/postscript/common/common.h
@@ -40,6 +40,8 @@ BOOLEAN isinstring(void);
void startpage(void);
void endpage(void);
int cat(char *);
-int Bgetfield(Biobufhdr *, int, void *, int);
+int Bgetfield(Biobuf*, int, void *, int);
void *galloc(void *, int, char *);
void pagelist(char *);
+
+int safe_tmpnam(char*);