aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/common/bbox.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-05-07 22:42:14 +0000
committerrsc <devnull@localhost>2005-05-07 22:42:14 +0000
commit2b6040818e35d57357226212c356ce370c5b5dd0 (patch)
treea08c0b51770e99dbc80a768f88d6682838c2d77f /src/cmd/postscript/common/bbox.c
parentbb0266fe6137ecd81eea1c74e34723c5a1bc4caf (diff)
downloadplan9port-2b6040818e35d57357226212c356ce370c5b5dd0.tar.gz
plan9port-2b6040818e35d57357226212c356ce370c5b5dd0.tar.bz2
plan9port-2b6040818e35d57357226212c356ce370c5b5dd0.zip
use full prototypes
Diffstat (limited to 'src/cmd/postscript/common/bbox.c')
-rw-r--r--src/cmd/postscript/common/bbox.c2
1 files changed, 1 insertions, 1 deletions
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)