--- etc/papd/headers.c.orig Tue Oct 19 18:06:46 1999 +++ etc/papd/headers.c Tue Oct 19 18:08:27 1999 @@ -10,11 +10,13 @@ #include "file.h" #include "comment.h" +extern int lp_job(), lp_write(); +extern void compop(); +int ch_title( in, out ) struct papfile *in, *out; { char *start, *stop, *p, *q, c; - struct comment *comment = compeek(); switch ( markline( &start, &stop, in )) { case 0 :