summaryrefslogtreecommitdiff
path: root/xps/muxps.h
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2012-03-14 16:24:44 +0100
committerTor Andersson <tor.andersson@artifex.com>2012-03-14 16:24:44 +0100
commit4f6bd093d6292cea66a0152b3083ce898dab0772 (patch)
tree27af20cf5110469fbf33408ac37935250b5ee415 /xps/muxps.h
parentfac8b8f9f0df6d617b333ee8cad87e295926922a (diff)
downloadmupdf-4f6bd093d6292cea66a0152b3083ce898dab0772.tar.xz
Support alternate content / markup compatibility tags in XPS.
Diffstat (limited to 'xps/muxps.h')
-rw-r--r--xps/muxps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xps/muxps.h b/xps/muxps.h
index a485adca..128ed35f 100644
--- a/xps/muxps.h
+++ b/xps/muxps.h
@@ -19,6 +19,7 @@ char *xml_tag(xml_element *item);
char *xml_att(xml_element *item, const char *att);
void xml_free_element(fz_context *doc, xml_element *item);
void xml_print_element(xml_element *item, int level);
+void xml_detach(xml_element *node);
/*
xps_open_document: Open a document.