From 2b6040818e35d57357226212c356ce370c5b5dd0 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 7 May 2005 22:42:14 +0000 Subject: use full prototypes --- src/cmd/postscript/common/bbox.c | 2 +- src/cmd/postscript/common/misc.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cmd/postscript/common') diff --git a/src/cmd/postscript/common/bbox.c b/src/cmd/postscript/common/bbox.c index 67dabf32..b6807a4d 100644 --- a/src/cmd/postscript/common/bbox.c +++ b/src/cmd/postscript/common/bbox.c @@ -67,7 +67,7 @@ cover(x, y) } /* End of cover */ /*****************************************************************************/ -void resetbbox(); +void resetbbox(int); void writebbox(fp, keyword, slop) diff --git a/src/cmd/postscript/common/misc.c b/src/cmd/postscript/common/misc.c index dd34c6db..aca58f0e 100644 --- a/src/cmd/postscript/common/misc.c +++ b/src/cmd/postscript/common/misc.c @@ -24,7 +24,6 @@ void error(int kind, char *mesg, unsigned int a1, unsigned int a2, unsigned int int cat(char *file); /*****************************************************************************/ -extern int str_convert(); void out_list(str) -- cgit v1.2.3