]> git.ipfire.org Git - thirdparty/cups.git/blame - filter/form-ps.c
Load cups into easysw/current.
[thirdparty/cups.git] / filter / form-ps.c
CommitLineData
ef416fc2 1/*
f7faf1f5 2 * "$Id: form-ps.c 4494 2005-02-18 02:18:11Z mike $"
ef416fc2 3 *
4 * CUPS form PostScript routines for the Common UNIX Printing System (CUPS).
5 *
6 * Copyright 1997-2005 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 USA
19 *
20 * Voice: (301) 373-9600
21 * EMail: cups-info@cups.org
22 * WWW: http://www.cups.org
23 *
24 * This file is subject to the Apple OS-Developed Software exception.
25 *
26 * Contents:
27 *
28 */
29
30/*
31 * Include necessary headers...
32 */
33
34#include "form.h"
35
36
37/*
38 * 'formWrite()' - Write PostScript output for the given form document.
39 */
40
41void
42formWrite(tree_t *t) /* I - Document tree to write */
43{
44}
45
46
47/*
f7faf1f5 48 * End of "$Id: form-ps.c 4494 2005-02-18 02:18:11Z mike $".
ef416fc2 49 */