summaryrefslogtreecommitdiff
path: root/pdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'pdf.h')
-rw-r--r--pdf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pdf.h b/pdf.h
new file mode 100644
index 0000000..da98eb9
--- /dev/null
+++ b/pdf.h
@@ -0,0 +1,8 @@
+
+#ifndef pdf_h
+#define pdf_h
+
+int print_pdf(FILE *s, const char *alreadyread, size_t len, const char *filename, int startpos);
+
+#endif
+