d7260847a5
Submitted by maintainer Ian McWilliam <i.mcwilliam@uws.edu.au>.
18 lines
423 B
Plaintext
18 lines
423 B
Plaintext
--- 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 :
|