summaryrefslogtreecommitdiffstats
path: root/src/cmd/postscript/common/tempnam.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/postscript/common/tempnam.c')
-rw-r--r--src/cmd/postscript/common/tempnam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/postscript/common/tempnam.c b/src/cmd/postscript/common/tempnam.c
index a759876e..b6b5fd1f 100644
--- a/src/cmd/postscript/common/tempnam.c
+++ b/src/cmd/postscript/common/tempnam.c
@@ -31,7 +31,7 @@ mkfname(char *tmpdir, char *prefix)
return fname;
}
-extern int mkstemp();
+extern int mkstemp(char*);
char*
safe_tempnam(char *tmpdir, char *prefix)