okular/xpdf/Error.h
2004-08-23 19:33:12 +00:00

24 lines
417 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 "config.h"
extern void CDECL error(int pos, const char *msg, ...);
#endif