]> arthur.barton.de Git - netatalk.git/blobdiff - etc/papd/headers.c
replaced all #include <sys/syslog.h> with #include <syslog.h>
[netatalk.git] / etc / papd / headers.c
index c9a66bf6b01d76dc5fa3a6c8bb11ec785e018a5f..58dbdf1a7846e38aedd455287b8bda2e8878cbb3 100644 (file)
@@ -1,16 +1,20 @@
 /*
+ * $Id: headers.c,v 1.8 2002-01-03 17:49:39 sibaz Exp $
+ *
  * Copyright (c) 1990,1994 Regents of The University of Michigan.
  * All Rights Reserved.  See COPYRIGHT.
  */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h" 
-#endif
+#endif /* HAVE_CONFIG_H */
 
-#include <sys/syslog.h>
+#include <syslog.h>
 #include <sys/param.h>
 #include <stdio.h>
 
+#include <netatalk/at.h>
+
 #include "file.h"
 #include "comment.h"
 #include "lp.h"
@@ -22,7 +26,6 @@ int ch_title( in, out )
 {
     char               *start, *stop, *p, *q, c;
     int                        linelength, crlflength;
-    struct papd_comment        *comment = compeek();
 
     switch ( markline( in, &start, &linelength, &crlflength )) {
     case 0 :