summaryrefslogtreecommitdiff
path: root/include/libxml/uri.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libxml/uri.h')
-rw-r--r--include/libxml/uri.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/libxml/uri.h b/include/libxml/uri.h
index 5e29e63..90ed06e 100644
--- a/include/libxml/uri.h
+++ b/include/libxml/uri.h
@@ -47,8 +47,11 @@ struct _xmlURI {
XMLPUBFUN xmlURIPtr XMLCALL
xmlCreateURI (void);
XMLPUBFUN xmlChar * XMLCALL
- xmlBuildURI (const xmlChar *URI,
- const xmlChar *base);
+ xmlBuildURI (const xmlChar *URI,
+ const xmlChar *base);
+XMLPUBFUN xmlChar * XMLCALL
+ xmlBuildRelativeURI (const xmlChar *URI,
+ const xmlChar *base);
XMLPUBFUN xmlURIPtr XMLCALL
xmlParseURI (const char *str);
XMLPUBFUN int XMLCALL