2 |
- |
1 |
/* Copyright (C) 1989-2003 artofcode LLC. All rights reserved.
|
|
|
2 |
|
|
|
3 |
This software is provided AS-IS with no warranty, either express or
|
|
|
4 |
implied.
|
|
|
5 |
|
|
|
6 |
This software is distributed under license and may not be copied,
|
|
|
7 |
modified or distributed except as expressly authorized under the terms
|
|
|
8 |
of the license contained in the file LICENSE in this distribution.
|
|
|
9 |
|
|
|
10 |
For more information about licensing, please refer to
|
|
|
11 |
http://www.ghostscript.com/licensing/. For information on
|
|
|
12 |
commercial licensing, go to http://www.artifex.com/licensing/ or
|
|
|
13 |
contact Artifex Software, Inc., 101 Lucas Valley Road #110,
|
|
|
14 |
San Rafael, CA 94903, U.S.A., +1(415)492-9861.
|
|
|
15 |
*/
|
|
|
16 |
|
|
|
17 |
/* $Id: errors.h,v 1.10 2004/04/08 16:18:25 giles Exp $ */
|
|
|
18 |
|
|
|
19 |
#ifndef errors_INCLUDED
|
|
|
20 |
# define errors_INCLUDED
|
|
|
21 |
|
|
|
22 |
/* This file used to contain error codes for the Ghostscript client api.
|
|
|
23 |
* It has been renamed ierrors.h to reduce the risk of namespace collision
|
|
|
24 |
* and to be consistent with iapi.h.
|
|
|
25 |
*/
|
|
|
26 |
|
|
|
27 |
/* We include that file here to backward compatibility */
|
|
|
28 |
#include "ierrors.h"
|
|
|
29 |
|
|
|
30 |
#endif /* errors_INCLUDED */
|