]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/statbuf.h
Add missing DNSSD.LIB functions.
[thirdparty/cups.git] / scheduler / statbuf.h
index 132a3839fc38f8cb75d6c23864519141003deaef..4ac7c81dde88683b9bad8363974d152375f2fd5c 100644 (file)
@@ -1,26 +1,10 @@
 /*
- * "$Id: statbuf.h 177 2006-06-21 00:20:03Z jlovell $"
+ * Status buffer definitions for the CUPS scheduler.
  *
- *   Status buffer definitions for the Common UNIX Printing System (CUPS)
- *   scheduler.
+ * Copyright 2007-2010 by Apple Inc.
+ * Copyright 1997-2005 by Easy Software Products, all rights reserved.
  *
- *   Copyright 1997-2005 by Easy Software Products, all rights reserved.
- *
- *   These coded instructions, statements, and computer programs are the
- *   property of Easy Software Products and are protected by Federal
- *   copyright law.  Distribution and use rights are outlined in the file
- *   "LICENSE.txt" which should have been included with this file.  If this
- *   file is missing or damaged please contact Easy Software Products
- *   at:
- *
- *       Attn: CUPS Licensing Information
- *       Easy Software Products
- *       44141 Airport View Drive, Suite 204
- *       Hollywood, Maryland 20636 USA
- *
- *       Voice: (301) 373-9600
- *       EMail: cups-info@cups.org
- *         WWW: http://www.cups.org
+ * Licensed under Apache License v2.0.  See the file "LICENSE" for more information.
  */
 
 
@@ -28,7 +12,7 @@
  * Constants...
  */
 
-#define CUPSD_SB_BUFFER_SIZE   1024    /* Bytes or job status buffer */
+#define CUPSD_SB_BUFFER_SIZE   2048    /* Bytes for job status buffer */
 
 
 /*
@@ -48,12 +32,7 @@ typedef struct                               /**** Status buffer */
  * Prototypes...
  */
 
-extern cupsd_statbuf_t *cupsdStatBufNew(int fd, const char *prefix, ...);
 extern void            cupsdStatBufDelete(cupsd_statbuf_t *sb);
+extern cupsd_statbuf_t *cupsdStatBufNew(int fd, const char *prefix, ...);
 extern char            *cupsdStatBufUpdate(cupsd_statbuf_t *sb, int *loglevel,
                                            char *line, int linelen);
-
-
-/*
- * End of "$Id: statbuf.h 177 2006-06-21 00:20:03Z jlovell $".
- */