]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/Error.h
add GnomePrintJob to EvPrintJob constructor arguments.
[evince.git] / pdf / xpdf / Error.h
index f651678c85c44405b3e9c83c5e294591e10254f8..da2f83107827a5a7e59608f33a5eeec58ddf4828 100644 (file)
@@ -2,24 +2,21 @@
 //
 // Error.h
 //
-// Copyright 1996 Derek B. Noonburg
+// Copyright 1996-2003 Glyph & Cog, LLC
 //
 //========================================================================
 
 #ifndef ERROR_H
 #define ERROR_H
 
-#ifdef __GNUC__
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
 #pragma interface
 #endif
 
 #include <stdio.h>
-#include "config.h"
-
-// File to send error (and other) messages to.
-extern FILE *errFile;
-
-extern void errorInit();
+#include "xpdfconfig.h"
 
 extern void CDECL error(int pos, char *msg, ...);