]> arthur.barton.de Git - netatalk.git/blobdiff - etc/papd/lp.h
- merge branch-netatalk-afp-3x-dev, HEAD was tagged before
[netatalk.git] / etc / papd / lp.h
index 4cc0514b637bf4d9fb857ce6d3785dffb689f4ef..30a53074a2b6addd154537b647517f919447672f 100644 (file)
@@ -1,13 +1,20 @@
+/*
+ * $Id: lp.h,v 1.4 2005-04-28 20:49:49 bfernhomberg Exp $
+ */
+
 #ifndef PAPD_LP_H
 #define PAPD_LP_H 1
 
 #include <sys/socket.h>
+#include <sys/cdefs.h>
 #include "file.h"
 
 void lp_person __P(( char * ));
 int lp_pagecost __P(( void ));
 void lp_host __P(( char * ));
 void lp_job __P(( char * ));
+void lp_for __P(( char * ));
+void lp_origin __P(( int ));
 int lp_rmjob __P(( int ));
 int lp_queue __P(( struct papfile * ));
 
@@ -20,7 +27,7 @@ int lp_print __P(( void ));
 /* open a file for spooling */
 int lp_open __P(( struct papfile *, struct sockaddr_at * ));
 /* open a buffer to the current open file */
-int lp_write __P(( char *, int ));
+int lp_write __P(( struct papfile *,char *, size_t ));
 /* close current spooling file */
 int lp_close __P(( void ));