]> git.ipfire.org Git - thirdparty/cups.git/blob - filter/form-ps.c
Added banner files (CUPS form XML files)
[thirdparty/cups.git] / filter / form-ps.c
1 /*
2 * "$Id: form-ps.c,v 1.2 2000/04/18 19:41:11 mike Exp $"
3 *
4 * CUPS form PostScript routines for the Common UNIX Printing System (CUPS).
5 *
6 * Copyright 1997-2000 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 * Contents:
25 *
26 */
27
28 /*
29 * Include necessary headers...
30 */
31
32 #include "form.h"
33
34
35 /*
36 * 'formWrite()' - Write PostScript output for the given form document.
37 */
38
39 void
40 formWrite(tree_t *t) /* I - Document tree to write */
41 {
42 }
43
44
45 /*
46 * End of "$Id: form-ps.c,v 1.2 2000/04/18 19:41:11 mike Exp $".
47 */