summaryrefslogtreecommitdiff
path: root/noncore/unsupported/qpdf/xpdf/Error.h
Unidiff
Diffstat (limited to 'noncore/unsupported/qpdf/xpdf/Error.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/qpdf/xpdf/Error.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/noncore/unsupported/qpdf/xpdf/Error.h b/noncore/unsupported/qpdf/xpdf/Error.h
new file mode 100644
index 0000000..151e961
--- a/dev/null
+++ b/noncore/unsupported/qpdf/xpdf/Error.h
@@ -0,0 +1,21 @@
1//========================================================================
2//
3// Error.h
4//
5// Copyright 1996 Derek B. Noonburg
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
19extern void CDECL error(int pos, char *msg, ...);
20
21#endif