| Index: third_party/libxml/src/include/libxml/xmlstring.h
|
| diff --git a/third_party/libxml/src/include/libxml/xmlstring.h b/third_party/libxml/src/include/libxml/xmlstring.h
|
| index 0bc6888865641390226474ad27b65fe23a995d68..2036236582580a9185b25d2bc10f93cb02c29eaa 100644
|
| --- a/third_party/libxml/src/include/libxml/xmlstring.h
|
| +++ b/third_party/libxml/src/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);
|
|
|