From 014f0e14a3c6a044d99a67c8f4e1c4065452479e Mon Sep 17 00:00:00 2001 From: Didier Raboud Date: Sun, 23 May 2010 00:05:04 +0200 Subject: Imported Upstream version 4.0-20090301 --- postscript.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 postscript.h (limited to 'postscript.h') diff --git a/postscript.h b/postscript.h new file mode 100644 index 0000000..b851dd3 --- /dev/null +++ b/postscript.h @@ -0,0 +1,8 @@ + +#ifndef postscript_h +#define postscript_h + +int print_ps(FILE *s, const char *alreadyread, size_t len, const char *filename); + +#endif + -- cgit v1.2.3