aboutsummaryrefslogtreecommitdiffstats
path: root/error.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-01-24 14:14:52 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-01-24 14:14:52 +0000
commit7424eb6008e6f1465c767d4d72e61b4a8856d45c (patch)
treee33061ee5ca36869a5c6751d815016c6a09406e6 /error.c
parent276be4a6e5aa2de82cafe8eeb524fb62cc7638f2 (diff)
downloadandroid_external_libxml2-7424eb6008e6f1465c767d4d72e61b4a8856d45c.tar.gz
android_external_libxml2-7424eb6008e6f1465c767d4d72e61b4a8856d45c.tar.bz2
android_external_libxml2-7424eb6008e6f1465c767d4d72e61b4a8856d45c.zip
applied a documentation patch from Stefan Kost Daniel
* error.c parser.c tree.c: applied a documentation patch from Stefan Kost Daniel
Diffstat (limited to 'error.c')
-rw-r--r--error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/error.c b/error.c
index d6266af0..96666932 100644
--- a/error.c
+++ b/error.c
@@ -80,6 +80,7 @@ xmlGenericErrorDefaultFunc(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) {
* @handler: the handler
*
* Set or reset (if NULL) the default handler for generic errors
+ * to the builtin error function.
*/
void
initGenericErrorDefaultFunc(xmlGenericErrorFunc * handler)