]> 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/*
bc44d920 2 * "$Id: form-ps.c 6649 2007-07-11 21:46:42Z mike $"
ef416fc2 3 *
4 * CUPS form PostScript routines for the Common UNIX Printing System (CUPS).
5 *
bc44d920 6 * Copyright 2007 by Apple Inc.
ef416fc2 7 * Copyright 1997-2005 by Easy Software Products.
8 *
9 * These coded instructions, statements, and computer programs are the
bc44d920 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/".
ef416fc2 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
32void
33formWrite(tree_t *t) /* I - Document tree to write */
34{
35}
36
37
38/*
bc44d920 39 * End of "$Id: form-ps.c 6649 2007-07-11 21:46:42Z mike $".
ef416fc2 40 */