summaryrefslogtreecommitdiffstats
path: root/thirdparties/wince/include/libxml/dict.h
diff options
context:
space:
mode:
authorMamadou DIOP <bossiel@yahoo.fr>2016-02-23 22:00:35 +0100
committerMamadou DIOP <bossiel@yahoo.fr>2016-02-23 22:00:35 +0100
commit50dfb4359619563012997bc3ddafb7667741066c (patch)
treedb234c1edc3240a653363b5735fc4077af4b8720 /thirdparties/wince/include/libxml/dict.h
parent94b2219209038e05dd26395f6fb700be4d1062c0 (diff)
downloaddoubango-50dfb4359619563012997bc3ddafb7667741066c.zip
doubango-50dfb4359619563012997bc3ddafb7667741066c.tar.gz
Add new QoS implementation
Code formatting
Diffstat (limited to 'thirdparties/wince/include/libxml/dict.h')
-rwxr-xr-xthirdparties/wince/include/libxml/dict.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/thirdparties/wince/include/libxml/dict.h b/thirdparties/wince/include/libxml/dict.h
index abb8339..618f7cc 100755
--- a/thirdparties/wince/include/libxml/dict.h
+++ b/thirdparties/wince/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