]> git.ipfire.org Git - thirdparty/cups.git/blame - pdftops/Error.h
Merge changes from CUPS 1.4svn-r7199.
[thirdparty/cups.git] / pdftops / Error.h
CommitLineData
ef416fc2 1//========================================================================
2//
3// Error.h
4//
5// Copyright 1996-2003 Glyph & Cog, LLC
6//
7//========================================================================
8
9#ifndef ERROR_H
10#define ERROR_H
11
12#include <config.h>
13
14#ifdef USE_GCC_PRAGMAS
15#pragma interface
16#endif
17
18#include <stdio.h>
19#include "config.h"
20
21extern void CDECL error(int pos, char *msg, ...);
22
23#endif