]> git.ipfire.org Git - thirdparty/cups.git/blob - cgi-bin/ipp-var.h
Copyright update...
[thirdparty/cups.git] / cgi-bin / ipp-var.h
1 /*
2 * "$Id: ipp-var.h,v 1.6 2002/01/02 17:58:36 mike Exp $"
3 *
4 * IPP variable definitions for the Common UNIX Printing System (CUPS).
5 *
6 * Copyright 1997-2002 by Easy Software Products.
7 *
8 * These coded instructions, statements, and computer programs are the
9 * property of Easy Software Products and are protected by Federal
10 * copyright law. Distribution and use rights are outlined in the file
11 * "LICENSE.txt" which should have been included with this file. If this
12 * file is missing or damaged please contact Easy Software Products
13 * at:
14 *
15 * Attn: CUPS Licensing Information
16 * Easy Software Products
17 * 44141 Airport View Drive, Suite 204
18 * Hollywood, Maryland 20636-3111 USA
19 *
20 * Voice: (301) 373-9603
21 * EMail: cups-info@cups.org
22 * WWW: http://www.cups.org
23 */
24
25 /*
26 * Include necessary headers...
27 */
28
29 #include <ctype.h>
30 #include <cups/cups.h>
31 #include <cups/debug.h>
32 #include <cups/language.h>
33 #include <cups/string.h>
34 #include "cgi.h"
35
36
37 /*
38 * Definitions...
39 */
40
41 #define TEMPLATES ippGetTemplateDir()
42
43
44 /*
45 * Prototype...
46 */
47
48 extern char *ippGetTemplateDir(void);
49 extern void ippSetServerVersion(void);
50 extern void ippSetCGIVars(ipp_t *, const char *, const char *);
51
52
53 /*
54 * End of "$Id: ipp-var.h,v 1.6 2002/01/02 17:58:36 mike Exp $".
55 */