summaryrefslogtreecommitdiffstats
path: root/thirdparties/s60/include/libxml/uri.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/s60/include/libxml/uri.h')
-rwxr-xr-xthirdparties/s60/include/libxml/uri.h46
1 files changed, 23 insertions, 23 deletions
diff --git a/thirdparties/s60/include/libxml/uri.h b/thirdparties/s60/include/libxml/uri.h
index db48262..599c3e3 100755
--- a/thirdparties/s60/include/libxml/uri.h
+++ b/thirdparties/s60/include/libxml/uri.h
@@ -50,43 +50,43 @@ struct _xmlURI {
* xmlNodePtr cur);
*/
XMLPUBFUN xmlURIPtr XMLCALL
- xmlCreateURI (void);
+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);
+xmlBuildRelativeURI (const xmlChar *URI,
+ const xmlChar *base);
XMLPUBFUN xmlURIPtr XMLCALL
- xmlParseURI (const char *str);
+xmlParseURI (const char *str);
XMLPUBFUN xmlURIPtr XMLCALL
- xmlParseURIRaw (const char *str,
- int raw);
+xmlParseURIRaw (const char *str,
+ int raw);
XMLPUBFUN int XMLCALL
- xmlParseURIReference (xmlURIPtr uri,
- const char *str);
+xmlParseURIReference (xmlURIPtr uri,
+ const char *str);
XMLPUBFUN xmlChar * XMLCALL
- xmlSaveUri (xmlURIPtr uri);
+xmlSaveUri (xmlURIPtr uri);
XMLPUBFUN void XMLCALL
- xmlPrintURI (FILE *stream,
- xmlURIPtr uri);
+xmlPrintURI (FILE *stream,
+ xmlURIPtr uri);
XMLPUBFUN xmlChar * XMLCALL
- xmlURIEscapeStr (const xmlChar *str,
- const xmlChar *list);
+xmlURIEscapeStr (const xmlChar *str,
+ const xmlChar *list);
XMLPUBFUN char * XMLCALL
- xmlURIUnescapeString (const char *str,
- int len,
- char *target);
+xmlURIUnescapeString (const char *str,
+ int len,
+ char *target);
XMLPUBFUN int XMLCALL
- xmlNormalizeURIPath (char *path);
+xmlNormalizeURIPath (char *path);
XMLPUBFUN xmlChar * XMLCALL
- xmlURIEscape (const xmlChar *str);
+xmlURIEscape (const xmlChar *str);
XMLPUBFUN void XMLCALL
- xmlFreeURI (xmlURIPtr uri);
+xmlFreeURI (xmlURIPtr uri);
XMLPUBFUN xmlChar* XMLCALL
- xmlCanonicPath (const xmlChar *path);
+xmlCanonicPath (const xmlChar *path);
XMLPUBFUN xmlChar* XMLCALL
- xmlPathToURI (const xmlChar *path);
+xmlPathToURI (const xmlChar *path);
#ifdef __cplusplus
}
OpenPOWER on IntegriCloud