git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
comment added.
[swftools.git]
/
pdf2swf
/
xpdf
/
Error.h
1
//========================================================================
2
//
3
// Error.h
4
//
5
// Copyright 1996-2002 Glyph & Cog, LLC
6
//
7
//========================================================================
8
9
#ifndef ERROR_H
10
#define ERROR_H
11
12
#ifdef __GNUC__
13
#pragma interface
14
#endif
15
16
#include <stdio.h>
17
#include "config.h"
18
19
extern void CDECL error(int pos, char *msg, ...);
20
21
#endif