moved ../../pdf2swf/xpdf to .
[swftools.git] / lib / xpdf / Error.h
diff --git a/lib/xpdf/Error.h b/lib/xpdf/Error.h
new file mode 100644 (file)
index 0000000..0ce55e9
--- /dev/null
@@ -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 "config.h"
+
+extern void CDECL error(int pos, char *msg, ...);
+
+#endif