blob: cb05208875ad7e82f9a5c30076a6a9a44e8f3572 [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 <stdio.h>
#include "poppler-config.h"
extern void CDECL error(int pos, char *msg, ...);
#endif