blob: 3faf0187987ef636595eb782d564f2ab8d8f8435 [file] [log] [blame]
//========================================================================
//
// Error.h
//
// Copyright 1996-2003 Glyph & Cog, LLC
//
//========================================================================
#ifndef ERROR_H
#define ERROR_H
#ifdef USE_GCC_PRAGMAS
#pragma interface
#endif
#include <stdarg.h>
#include "poppler-config.h"
extern void CDECL error(int pos, char *msg, ...);
void setErrorFunction(void (* f)(int , char *, va_list args));
#endif