aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/postscript/tr2post/draw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/postscript/tr2post/draw.c')
-rw-r--r--src/cmd/postscript/tr2post/draw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/postscript/tr2post/draw.c b/src/cmd/postscript/tr2post/draw.c
index 575ec884..0cb368ae 100644
--- a/src/cmd/postscript/tr2post/draw.c
+++ b/src/cmd/postscript/tr2post/draw.c
@@ -13,7 +13,7 @@ cover(double x, double y) {
}
void
-drawspline(Biobuf *Bp, int flag) { /* flag!=1 connect end points */
+drawspline(Biobufhdr *Bp, int flag) { /* flag!=1 connect end points */
int x[100], y[100];
int i, N;
/*
@@ -96,7 +96,7 @@ drawspline(Biobuf *Bp, int flag) { /* flag!=1 connect end points */
}
void
-draw(Biobuf *Bp) {
+draw(Biobufhdr *Bp) {
int r, x1, y1, x2, y2, i;
int d1, d2;