form-ps.c   [plain text]


/*
 * "$Id: form-ps.c 6649 2007-07-11 21:46:42Z mike $"
 *
 *   CUPS form PostScript routines for the Common UNIX Printing System (CUPS).
 *
 *   Copyright 2007 by Apple Inc.
 *   Copyright 1997-2005 by Easy Software Products.
 *
 *   These coded instructions, statements, and computer programs are the
 *   property of Apple Inc. and are protected by Federal copyright
 *   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
 *   which should have been included with this file.  If this file is
 *   file is missing or damaged, see the license at "http://www.cups.org/".
 *
 *   This file is subject to the Apple OS-Developed Software exception.
 *
 * Contents:
 *
 */

/*
 * Include necessary headers...
 */

#include "form.h"


/*
 * 'formWrite()' - Write PostScript output for the given form document.
 */

void
formWrite(tree_t *t)			/* I - Document tree to write */
{
}


/*
 * End of "$Id: form-ps.c 6649 2007-07-11 21:46:42Z mike $".
 */