summaryrefslogtreecommitdiff
path: root/source/xps/xps-path.c
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2015-10-05 17:42:29 +0200
committerTor Andersson <tor.andersson@artifex.com>2015-10-06 11:20:30 +0200
commit233baeea8e933c010c2270481b6a49ccc00454ca (patch)
tree7565f5e747da66c5a31cfba5c123c50e5cc91133 /source/xps/xps-path.c
parentbff6387d72f873f26f73b78d5f75a40f708197c3 (diff)
downloadmupdf-233baeea8e933c010c2270481b6a49ccc00454ca.tar.xz
xps: Make guts of path and text parsing publically visible.
For use in a later link parsing refactoring commit.
Diffstat (limited to 'source/xps/xps-path.c')
-rw-r--r--source/xps/xps-path.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xps/xps-path.c b/source/xps/xps-path.c
index 1d76a123..55d88fce 100644
--- a/source/xps/xps-path.c
+++ b/source/xps/xps-path.c
@@ -214,7 +214,7 @@ xps_draw_arc(fz_context *ctx, xps_document *doc, fz_path *path,
* build up a path.
*/
-static fz_path *
+fz_path *
xps_parse_abbreviated_geometry(fz_context *ctx, xps_document *doc, char *geom, int *fill_rule)
{
fz_path *path;