summaryrefslogtreecommitdiff
path: root/scheduler/printers.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-05 01:05:00 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2013-11-05 01:05:00 +0000
commit7d6442889dd7152d5495b38d0c14041915f8e312 (patch)
treeb1928dfa1dd2344a17c62e04a7ab80b8adf44e63 /scheduler/printers.h
parent72f5017073d89705ff2be5770d09a56038a29260 (diff)
downloadcups-7d6442889dd7152d5495b38d0c14041915f8e312.tar.gz
<rdar://problem/15382819> cups.org: String pool corruption bug
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11377 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/printers.h')
-rw-r--r--scheduler/printers.h19
1 files changed, 10 insertions, 9 deletions
diff --git a/scheduler/printers.h b/scheduler/printers.h
index a5ced9f21..fd5e47bd0 100644
--- a/scheduler/printers.h
+++ b/scheduler/printers.h
@@ -1,16 +1,16 @@
/*
* "$Id$"
*
- * Printer definitions for the CUPS scheduler.
+ * Printer definitions for the CUPS scheduler.
*
- * Copyright 2007-2012 by Apple Inc.
- * Copyright 1997-2007 by Easy Software Products, all rights reserved.
+ * Copyright 2007-2013 by Apple Inc.
+ * Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
- * 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
- * file is missing or damaged, see the license at "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
+ * file is missing or damaged, see the license at "http://www.cups.org/".
*/
#ifdef HAVE_DNSSD
@@ -166,7 +166,8 @@ extern int cupsdSetAuthInfoRequired(cupsd_printer_t *p,
ipp_attribute_t *attr);
extern void cupsdSetDeviceURI(cupsd_printer_t *p, const char *uri);
extern void cupsdSetPrinterAttr(cupsd_printer_t *p,
- const char *name, char *value);
+ const char *name,
+ const char *value);
extern void cupsdSetPrinterAttrs(cupsd_printer_t *p);
extern int cupsdSetPrinterReasons(cupsd_printer_t *p,
const char *s);