aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/common/ext.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/postscript/common/ext.h')
-rw-r--r--src/cmd/postscript/common/ext.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/cmd/postscript/common/ext.h b/src/cmd/postscript/common/ext.h
index c0f7c7a5..86b98da5 100644
--- a/src/cmd/postscript/common/ext.h
+++ b/src/cmd/postscript/common/ext.h
@@ -27,10 +27,9 @@ extern int writing; /* and output encoding */
extern char *optarg; /* for getopt() */
extern int optind;
-extern void interrupt();
-extern void error();
-extern int cat();
-extern void concat();
+extern void interrupt(int);
+extern int cat(char*);
+extern void concat(double*);
/*
* extern char *tempnam(char*,char*);