summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/output-svg.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-17 22:02:22 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-18 17:37:13 +0200
commit19126babc37ac8243de60b3ca388bb5102661274 (patch)
treeedcec3f87b5024b6deb6843ca757bbfda81fe44a /include/mupdf/fitz/output-svg.h
parentcfc58fef94e63dc5a42979e3a9bf806d104462c5 (diff)
downloadmupdf-19126babc37ac8243de60b3ca388bb5102661274.tar.xz
Split fitz.h into subheaders.
Diffstat (limited to 'include/mupdf/fitz/output-svg.h')
-rw-r--r--include/mupdf/fitz/output-svg.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mupdf/fitz/output-svg.h b/include/mupdf/fitz/output-svg.h
new file mode 100644
index 00000000..9d25500b
--- /dev/null
+++ b/include/mupdf/fitz/output-svg.h
@@ -0,0 +1,6 @@
+#ifndef MUPDF_FITZ_OUTPUT_SVG_H
+#define MUPDF_FITZ_OUTPUT_SVG_H
+
+fz_device *fz_new_svg_device(fz_context *ctx, fz_output *out, float page_width, float page_height);
+
+#endif