Diff for /embedaddon/libxml2/include/libxml/xmlstring.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:37:58 version 1.1.1.2, 2014/06/15 19:53:38
Line 113  XMLPUBFUN int XMLCALL Line 113  XMLPUBFUN int XMLCALL
 XMLPUBFUN int XMLCALL  XMLPUBFUN int XMLCALL
         xmlUTF8Strsize                   (const xmlChar *utf,          xmlUTF8Strsize                   (const xmlChar *utf,
                                          int len);                                           int len);
XMLPUBFUN xmlChar * XMLCALL XMLPUBFUN xmlChar * XMLCALL
         xmlUTF8Strndup                   (const xmlChar *utf,          xmlUTF8Strndup                   (const xmlChar *utf,
                                          int len);                                           int len);
XMLPUBFUN const xmlChar * XMLCALL XMLPUBFUN const xmlChar * XMLCALL
         xmlUTF8Strpos                    (const xmlChar *utf,          xmlUTF8Strpos                    (const xmlChar *utf,
                                          int pos);                                           int pos);
 XMLPUBFUN int XMLCALL  XMLPUBFUN int XMLCALL
         xmlUTF8Strloc                    (const xmlChar *utf,          xmlUTF8Strloc                    (const xmlChar *utf,
                                          const xmlChar *utfchar);                                           const xmlChar *utfchar);
XMLPUBFUN xmlChar * XMLCALL XMLPUBFUN xmlChar * XMLCALL
         xmlUTF8Strsub                    (const xmlChar *utf,          xmlUTF8Strsub                    (const xmlChar *utf,
                                          int start,                                           int start,
                                          int len);                                           int len);

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>