]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/statbuf.h
Fix source file header text duplication text duplication.
[thirdparty/cups.git] / scheduler / statbuf.h
index 132a3839fc38f8cb75d6c23864519141003deaef..98e5c6e06c7f9b615315525b4bb18ea9a41b87c4 100644 (file)
@@ -1,26 +1,14 @@
 /*
- * "$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
+ * These coded instructions, statements, and computer programs are the
+ * property of Apple Inc. 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, see the license at "http://www.cups.org/".
  */
 
 
@@ -28,7 +16,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 +36,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 $".
- */