]> git.ipfire.org Git - thirdparty/cups.git/blob - cups/ppd-private.h
ffbebfc59631fb4e88b46317ac175fe47d80828a
[thirdparty/cups.git] / cups / ppd-private.h
1 /*
2 * "$Id$"
3 *
4 * Private PPD definitions for the Common UNIX Printing System (CUPS).
5 *
6 * Copyright 2007-2008 by Apple Inc.
7 * Copyright 1997-2007 by Easy Software Products, all rights reserved.
8 *
9 * These coded instructions, statements, and computer programs are the
10 * property of Apple Inc. and are protected by Federal copyright
11 * law. Distribution and use rights are outlined in the file "LICENSE.txt"
12 * which should have been included with this file. If this file is
13 * file is missing or damaged, see the license at "http://www.cups.org/".
14 *
15 * PostScript is a trademark of Adobe Systems, Inc.
16 *
17 * This code and any derivative of it may be used and distributed
18 * freely under the terms of the GNU General Public License when
19 * used with GNU Ghostscript or its derivatives. Use of the code
20 * (or any derivative of it) with software other than GNU
21 * GhostScript (or its derivatives) is governed by the CUPS license
22 * agreement.
23 *
24 * This file is subject to the Apple OS-Developed Software exception.
25 */
26
27 #ifndef _CUPS_PPD_PRIVATE_H_
28 # define _CUPS_PPD_PRIVATE_H_
29
30 /*
31 * Include necessary headers...
32 */
33
34 # include "ppd.h"
35
36
37 /*
38 * C++ magic...
39 */
40
41 # ifdef __cplusplus
42 extern "C" {
43 # endif /* __cplusplus */
44
45
46 extern void _ppdFreeLanguages(cups_array_t *languages);
47 extern cups_array_t *_ppdGetLanguages(ppd_file_t *ppd);
48 extern unsigned _ppdHashName(const char *name);
49 extern ppd_attr_t *_ppdLocalizedAttr(ppd_file_t *ppd, const char *keyword,
50 const char *spec, const char *ll_CC);
51
52
53 /*
54 * C++ magic...
55 */
56
57 # ifdef __cplusplus
58 }
59 # endif /* __cplusplus */
60 #endif /* !_CUPS_PPD_PRIVATE_H_ */
61
62 /*
63 * End of "$Id$".
64 */