summaryrefslogtreecommitdiff
path: root/buf.c
diff options
context:
space:
mode:
Diffstat (limited to 'buf.c')
-rw-r--r--buf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/buf.c b/buf.c
index 6efc7b6..d1756c4 100644
--- a/buf.c
+++ b/buf.c
@@ -565,7 +565,7 @@ xmlBufDump(FILE *file, xmlBufPtr buf) {
*/
xmlChar *
-xmlBufContent(const xmlBuf *buf)
+xmlBufContent(const xmlBufPtr buf)
{
if ((!buf) || (buf->error))
return NULL;
@@ -583,7 +583,7 @@ xmlBufContent(const xmlBuf *buf)
*/
xmlChar *
-xmlBufEnd(xmlBufPtr buf)
+xmlBufEnd(const xmlBufPtr buf)
{
if ((!buf) || (buf->error))
return NULL;