commit | a819dace566ea336906c1c93ffceeebd992d1bea | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Wed Nov 24 18:04:22 1999 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Wed Nov 24 18:04:22 1999 +0000 |
tree | 99ab826b1eb0d1352779b4b030519ff56db4541c | |
parent | 11a48ec6f439c0a12a02ac503507086aaf260dcc [diff] [blame] |
Added cleanup routines, cleanup with -pedantic on linux, closed #3788, Daniel
diff --git a/include/libxml/tree.h b/include/libxml/tree.h index f5fcf57..b6d030b 100644 --- a/include/libxml/tree.h +++ b/include/libxml/tree.h
@@ -464,7 +464,7 @@ const xmlChar *content, int len); xmlChar * xmlNodeGetContent (xmlNodePtr cur); -const xmlChar * xmlNodeGetLang (xmlNodePtr cur); +xmlChar * xmlNodeGetLang (xmlNodePtr cur); void xmlNodeSetLang (xmlNodePtr cur, const xmlChar *lang);