summaryrefslogtreecommitdiff
path: root/buf.h
diff options
context:
space:
mode:
authorAron Xu <aron@debian.org>2014-10-26 07:02:36 +0800
committerAron Xu <aron@debian.org>2014-10-26 07:02:36 +0800
commitd5776bbf9d8842d931ab1112466d19685035281e (patch)
tree01338d35684154e4f1c17acb1d92d3fa85c26508 /buf.h
parent3a8c2d58eab0410fe5e79a112614aa9be061dc46 (diff)
parent3871a83a5f0aebd8c00879eab14fe901c93dbfcf (diff)
downloadlibxml2-d5776bbf9d8842d931ab1112466d19685035281e.tar.gz
Merge tag 'upstream/2.9.2+dfsg1'
Upstream version 2.9.2+dfsg1
Diffstat (limited to 'buf.h')
-rw-r--r--buf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/buf.h b/buf.h
index e8c7715..ebdc978 100644
--- a/buf.h
+++ b/buf.h
@@ -50,8 +50,8 @@ int xmlBufIsEmpty(const xmlBufPtr buf);
int xmlBufAddLen(xmlBufPtr buf, size_t len);
int xmlBufErase(xmlBufPtr buf, size_t len);
-/* const xmlChar * xmlBufContent(const xmlBufPtr buf); */
-/* const xmlChar * xmlBufEnd(const xmlBufPtr buf); */
+/* const xmlChar * xmlBufContent(const xmlBuf *buf); */
+/* const xmlChar * xmlBufEnd(xmlBufPtr buf); */
xmlChar * xmlBufDetach(xmlBufPtr buf);