okular/xpdf/Error.h
André Wöbbeking 6fbe7bfced renamed config.h to xpdf_config.h to avoid clash with kdegraphics/config.h. I hope it's OK.
CCMAIL: Albert Astals Cid <tsdgeos@terra.es>

svn path=/trunk/kdegraphics/kpdf/; revision=341110
2004-08-25 20:17:35 +00:00

23 lines
422 B
C

//========================================================================
//
// 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, const char *msg, ...);
#endif