summaryrefslogtreecommitdiff
path: root/include/mupdf/pdf-tools.h
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2014-07-22 08:58:58 -0700
committerMichael Vrhel <michael.vrhel@artifex.com>2014-09-09 16:39:39 -0700
commitd41080402cc0aae67405c1b18b09e6be7ab7f9b0 (patch)
tree1371862a186d98bc8dee8cdd546ef8624ed55b4e /include/mupdf/pdf-tools.h
parent3fbf865ac3184263edfe2639daef1fce34877520 (diff)
downloadmupdf-d41080402cc0aae67405c1b18b09e6be7ab7f9b0.tar.xz
Add missing header file pdf-tools.h, Messages.resx and Messages.Designer.cs
pdf-tools.h is used so that we can call into pdfclean_main.
Diffstat (limited to 'include/mupdf/pdf-tools.h')
-rw-r--r--include/mupdf/pdf-tools.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mupdf/pdf-tools.h b/include/mupdf/pdf-tools.h
new file mode 100644
index 00000000..ce13d2a2
--- /dev/null
+++ b/include/mupdf/pdf-tools.h
@@ -0,0 +1,6 @@
+#ifndef MUPDF_PDF_TOOLS_PDF_H
+#define MUPDF_PDF_TOOLS_PDF_H
+
+int pdfclean_main(int argc, char **argv);
+
+#endif \ No newline at end of file