mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
6fbe7bfced
CCMAIL: Albert Astals Cid <tsdgeos@terra.es> svn path=/trunk/kdegraphics/kpdf/; revision=341110
23 lines
422 B
C
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
|