aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2009-08-20 19:15:08 +0200
committerDaniel Veillard <veillard@redhat.com>2009-08-20 19:15:08 +0200
commitf39eafaa908e73276d56a94aec048624d4254b52 (patch)
tree5273f1964f7f69f4a78fc4399f95a1c0401e8a70 /include
parent2f522dc68ff078220b3d5ef76a50349b787a2bef (diff)
downloadandroid_external_libxml2-f39eafaa908e73276d56a94aec048624d4254b52.tar.gz
android_external_libxml2-f39eafaa908e73276d56a94aec048624d4254b52.tar.bz2
android_external_libxml2-f39eafaa908e73276d56a94aec048624d4254b52.zip
Make xmlRecoverDoc const (Martin Trappel)
* include/libxml/parser.h parser.c: just make the parameter a const
Diffstat (limited to 'include')
-rw-r--r--include/libxml/parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libxml/parser.h b/include/libxml/parser.h
index a7dddb36..a42e7e83 100644
--- a/include/libxml/parser.h
+++ b/include/libxml/parser.h
@@ -850,7 +850,7 @@ XMLPUBFUN int XMLCALL
* Recovery mode
*/
XMLPUBFUN xmlDocPtr XMLCALL
- xmlRecoverDoc (xmlChar *cur);
+ xmlRecoverDoc (const xmlChar *cur);
XMLPUBFUN xmlDocPtr XMLCALL
xmlRecoverMemory (const char *buffer,
int size);