]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/Error.h
disable font embedding hack introduced on 2002-12-09 to fix build with
[evince.git] / pdf / xpdf / Error.h
1 //========================================================================
2 //
3 // Error.h
4 //
5 // Copyright 1996-2002 Glyph & Cog, LLC
6 //
7 //========================================================================
8
9 #ifndef ERROR_H
10 #define ERROR_H
11
12 #ifdef __GNUC__
13 #pragma interface
14 #endif
15
16 #include <stdio.h>
17 #include "config.h"
18
19 extern void CDECL error(int pos, char *msg, ...);
20
21 #endif