From b855148c9b6d28fedfd083d037bcf246f1913d92 Mon Sep 17 00:00:00 2001 From: wkj Date: Sun, 16 May 2004 07:54:22 +0000 Subject: Checkpoint. --- src/cmd/postscript/tr2post/devcntl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/cmd/postscript/tr2post/devcntl.c') diff --git a/src/cmd/postscript/tr2post/devcntl.c b/src/cmd/postscript/tr2post/devcntl.c index 8b438f76..2566229e 100644 --- a/src/cmd/postscript/tr2post/devcntl.c +++ b/src/cmd/postscript/tr2post/devcntl.c @@ -16,11 +16,11 @@ struct sjt { /* I won't need this if getfields can replace sscanf -extern void picture(Biobuf *); +extern void picture(Biobufhdr *); extern void notavail(char *); void -PSInclude(Biobuf *inp) { +PSInclude(Biobufhdr *inp) { char buf[256]; Bgetfield(inp, 's', buf, 256); @@ -51,7 +51,7 @@ struct sjt specialjumptable[] = { */ void -devcntl(Biobuf *inp) { +devcntl(Biobufhdr *inp) { char cmd[50], buf[256], str[MAXTOKENSIZE], *line; int c, n, linelen; -- cgit v1.2.3