summaryrefslogtreecommitdiffstats
path: root/thirdparties/s60/include/libxml/dict.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/s60/include/libxml/dict.h')
-rwxr-xr-xthirdparties/s60/include/libxml/dict.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/thirdparties/s60/include/libxml/dict.h b/thirdparties/s60/include/libxml/dict.h
index abb8339..618f7cc 100755
--- a/thirdparties/s60/include/libxml/dict.h
+++ b/thirdparties/s60/include/libxml/dict.h
@@ -28,40 +28,40 @@ typedef xmlDict *xmlDictPtr;
* Constructor and destructor.
*/
XMLPUBFUN xmlDictPtr XMLCALL
- xmlDictCreate (void);
+xmlDictCreate (void);
XMLPUBFUN xmlDictPtr XMLCALL
- xmlDictCreateSub(xmlDictPtr sub);
+xmlDictCreateSub(xmlDictPtr sub);
XMLPUBFUN int XMLCALL
- xmlDictReference(xmlDictPtr dict);
-XMLPUBFUN void XMLCALL
- xmlDictFree (xmlDictPtr dict);
+xmlDictReference(xmlDictPtr dict);
+XMLPUBFUN void XMLCALL
+xmlDictFree (xmlDictPtr dict);
/*
* Lookup of entry in the dictionnary.
*/
-XMLPUBFUN const xmlChar * XMLCALL
- xmlDictLookup (xmlDictPtr dict,
- const xmlChar *name,
- int len);
-XMLPUBFUN const xmlChar * XMLCALL
- xmlDictExists (xmlDictPtr dict,
- const xmlChar *name,
- int len);
-XMLPUBFUN const xmlChar * XMLCALL
- xmlDictQLookup (xmlDictPtr dict,
- const xmlChar *prefix,
- const xmlChar *name);
+XMLPUBFUN const xmlChar * XMLCALL
+xmlDictLookup (xmlDictPtr dict,
+ const xmlChar *name,
+ int len);
+XMLPUBFUN const xmlChar * XMLCALL
+xmlDictExists (xmlDictPtr dict,
+ const xmlChar *name,
+ int len);
+XMLPUBFUN const xmlChar * XMLCALL
+xmlDictQLookup (xmlDictPtr dict,
+ const xmlChar *prefix,
+ const xmlChar *name);
+XMLPUBFUN int XMLCALL
+xmlDictOwns (xmlDictPtr dict,
+ const xmlChar *str);
XMLPUBFUN int XMLCALL
- xmlDictOwns (xmlDictPtr dict,
- const xmlChar *str);
-XMLPUBFUN int XMLCALL
- xmlDictSize (xmlDictPtr dict);
+xmlDictSize (xmlDictPtr dict);
/*
* Cleanup function
*/
XMLPUBFUN void XMLCALL
- xmlDictCleanup (void);
+xmlDictCleanup (void);
#ifdef __cplusplus
}
OpenPOWER on IntegriCloud