summaryrefslogtreecommitdiff
path: root/postscript.h
diff options
context:
space:
mode:
Diffstat (limited to 'postscript.h')
-rw-r--r--postscript.h8
1 files changed, 8 insertions, 0 deletions
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
+