X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=pdf%2Fxpdf%2FError.h;h=c924065d323b1664fbf6de4c1023f1d9ec19c6cd;hb=64676031423465996e83c4a685290f0c3d97a249;hp=f651678c85c44405b3e9c83c5e294591e10254f8;hpb=d9f9a6449f377b4c933b75d57541b19c6d088994;p=evince.git diff --git a/pdf/xpdf/Error.h b/pdf/xpdf/Error.h index f651678c..c924065d 100644 --- a/pdf/xpdf/Error.h +++ b/pdf/xpdf/Error.h @@ -2,25 +2,22 @@ // // Error.h // -// Copyright 1996 Derek B. Noonburg +// Copyright 1996-2002 Glyph & Cog, LLC // //======================================================================== #ifndef ERROR_H #define ERROR_H -#ifdef __GNUC__ +#include + +#ifdef USE_GCC_PRAGMAS #pragma interface #endif #include #include "config.h" -// File to send error (and other) messages to. -extern FILE *errFile; - -extern void errorInit(); - extern void CDECL error(int pos, char *msg, ...); #endif