upgrade to xpdf 3.00.
[swftools.git] / pdf2swf / xpdf / Error.h
1 //========================================================================
2 //
3 // Error.h
4 //
5 // Copyright 1996-2003 Glyph & Cog, LLC
6 //
7 //========================================================================
8
9 #ifndef ERROR_H
10 #define ERROR_H
11
12 #include <aconf.h>
13
14 #ifdef USE_GCC_PRAGMAS
15 #pragma interface
16 #endif
17
18 #include <stdio.h>
19 #include "config.h"
20
21 extern void CDECL error(int pos, char *msg, ...);
22
23 #endif