summaryrefslogtreecommitdiff
path: root/cups/ppd-private.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-02-25 00:52:27 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-02-25 00:52:27 +0000
commitf8b3a85b79b8eb74c37c839079ecbf8266a6f4ed (patch)
treeced1b724e207ab15c0c21c198bb3105639e57ff4 /cups/ppd-private.h
parent41681883895f928191cfa6472b453d9753cc26ec (diff)
downloadcups-f8b3a85b79b8eb74c37c839079ecbf8266a6f4ed.tar.gz
Merge changes from CUPS 1.5svn-r9000.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@1912 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/ppd-private.h')
-rw-r--r--cups/ppd-private.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cups/ppd-private.h b/cups/ppd-private.h
index fa33e96c6..7b647b511 100644
--- a/cups/ppd-private.h
+++ b/cups/ppd-private.h
@@ -1,9 +1,9 @@
/*
* "$Id$"
*
- * Private PPD definitions for the Common UNIX Printing System (CUPS).
+ * Private PPD definitions for CUPS.
*
- * Copyright 2007-2008 by Apple Inc.
+ * Copyright 2007-2010 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products, all rights reserved.
*
* These coded instructions, statements, and computer programs are the
@@ -68,8 +68,6 @@ typedef struct _ppd_cups_uiconsts_s /**** cupsUIConstraints ****/
*/
extern void _ppdFreeLanguages(cups_array_t *languages);
-extern int _ppdGet1284Values(const char *device_id,
- cups_option_t **values);
extern cups_encoding_t _ppdGetEncoding(const char *name);
extern cups_array_t *_ppdGetLanguages(ppd_file_t *ppd);
extern unsigned _ppdHashName(const char *name);