summaryrefslogtreecommitdiffstats
path: root/kpdf/xpdf/xpdf/Error.h
blob: c7bda4b6305d2e411195c226bc85ff8c65dc2e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//========================================================================
//
// 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, char *msg, ...);

#endif