summaryrefslogtreecommitdiffstats
path: root/kpdf/xpdf/xpdf/Error.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpdf/xpdf/xpdf/Error.h')
-rw-r--r--kpdf/xpdf/xpdf/Error.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/kpdf/xpdf/xpdf/Error.h b/kpdf/xpdf/xpdf/Error.h
new file mode 100644
index 00000000..c7bda4b6
--- /dev/null
+++ b/kpdf/xpdf/xpdf/Error.h
@@ -0,0 +1,23 @@
+//========================================================================
+//
+// Error.h
+//
+// Copyright 1996-2003 Glyph & Cog, LLC
+//
+//========================================================================
+
+#ifndef ERROR_H
+#define ERROR_H
+
+#include <aconf.h>
+
+#ifdef USE_GCC_PRAGMAS
+#pragma interface
+#endif
+
+#include <stdio.h>
+#include "xpdf_config.h"
+
+extern void CDECL error(int pos, char *msg, ...);
+
+#endif