]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - pdftops/Error.h
Import CUPS 1.4svn-r7226.
[thirdparty/cups.git] / pdftops / Error.h
diff --git a/pdftops/Error.h b/pdftops/Error.h
deleted file mode 100644 (file)
index cc51e5f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-//========================================================================
-//
-// Error.h
-//
-// Copyright 1996-2003 Glyph & Cog, LLC
-//
-//========================================================================
-
-#ifndef ERROR_H
-#define ERROR_H
-
-#include <config.h>
-
-#ifdef USE_GCC_PRAGMAS
-#pragma interface
-#endif
-
-#include <stdio.h>
-#include "config.h"
-
-extern void CDECL error(int pos, char *msg, ...);
-
-#endif