X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Flibxml%2Fxmlstring.h;h=2036236582580a9185b25d2bc10f93cb02c29eaa;hb=4e8fa1efca3c71ef7e0c515afb175e849a97d416;hp=0bc6888865641390226474ad27b65fe23a995d68;hpb=f1203bb16d4c806ad871c24d097983c3fa550048;p=platform%2Fupstream%2Flibxml2.git diff --git a/include/libxml/xmlstring.h b/include/libxml/xmlstring.h index 0bc6888..2036236 100644 --- a/include/libxml/xmlstring.h +++ b/include/libxml/xmlstring.h @@ -113,16 +113,16 @@ XMLPUBFUN int XMLCALL XMLPUBFUN int XMLCALL xmlUTF8Strsize (const xmlChar *utf, int len); -XMLPUBFUN xmlChar * XMLCALL +XMLPUBFUN xmlChar * XMLCALL xmlUTF8Strndup (const xmlChar *utf, int len); -XMLPUBFUN const xmlChar * XMLCALL +XMLPUBFUN const xmlChar * XMLCALL xmlUTF8Strpos (const xmlChar *utf, int pos); XMLPUBFUN int XMLCALL xmlUTF8Strloc (const xmlChar *utf, const xmlChar *utfchar); -XMLPUBFUN xmlChar * XMLCALL +XMLPUBFUN xmlChar * XMLCALL xmlUTF8Strsub (const xmlChar *utf, int start, int len);