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