Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Error.h
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 22:20:42 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2002-09-18 22:20:42 (GMT)
commit2a393c134fe3fe8eb85bf818cb7ad6ae4396322a (patch)
treeeba8b0dcaba42d799ed8313faee15fb74a5a0cd2 /pdf/xpdf/Error.h
parent7aac8dc8533347e21311b15186e0af82f1b22fd6 (diff)
Synched with Xpdf 1.01
Diffstat (limited to 'pdf/xpdf/Error.h')
-rw-r--r--pdf/xpdf/Error.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/pdf/xpdf/Error.h b/pdf/xpdf/Error.h
index f651678..77801c5 100644
--- a/pdf/xpdf/Error.h
+++ b/pdf/xpdf/Error.h
@@ -2,7 +2,7 @@
//
// Error.h
//
-// Copyright 1996 Derek B. Noonburg
+// Copyright 1996-2002 Glyph & Cog, LLC
//
//========================================================================
@@ -16,11 +16,6 @@
#include <stdio.h>
#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