]> git.ipfire.org Git - thirdparty/cups.git/blob - filter/form-ps.c
Merge changes from CUPS 1.5svn-r8950.
[thirdparty/cups.git] / filter / form-ps.c
1 /*
2 * "$Id: form-ps.c 6649 2007-07-11 21:46:42Z mike $"
3 *
4 * CUPS form PostScript routines for the Common UNIX Printing System (CUPS).
5 *
6 * Copyright 2007 by Apple Inc.
7 * Copyright 1997-2005 by Easy Software Products.
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 * This file is subject to the Apple OS-Developed Software exception.
16 *
17 * Contents:
18 *
19 */
20
21 /*
22 * Include necessary headers...
23 */
24
25 #include "form.h"
26
27
28 /*
29 * 'formWrite()' - Write PostScript output for the given form document.
30 */
31
32 void
33 formWrite(tree_t *t) /* I - Document tree to write */
34 {
35 }
36
37
38 /*
39 * End of "$Id: form-ps.c 6649 2007-07-11 21:46:42Z mike $".
40 */