diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/libxml/parser.h | 2 | ||||
| -rw-r--r-- | include/libxml/tree.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/libxml/parser.h b/include/libxml/parser.h index 4578ad91..0a3597e5 100644 --- a/include/libxml/parser.h +++ b/include/libxml/parser.h @@ -802,7 +802,7 @@ int xmlParseCtxtExternalEntity(xmlParserCtxtPtr ctx, /* * Parser contexts handling. */ -void xmlInitParserCtxt (xmlParserCtxtPtr ctxt); +int xmlInitParserCtxt (xmlParserCtxtPtr ctxt); void xmlClearParserCtxt (xmlParserCtxtPtr ctxt); void xmlFreeParserCtxt (xmlParserCtxtPtr ctxt); void xmlSetupParserForBuffer (xmlParserCtxtPtr ctxt, diff --git a/include/libxml/tree.h b/include/libxml/tree.h index 60c1d88f..c8467e8e 100644 --- a/include/libxml/tree.h +++ b/include/libxml/tree.h @@ -724,7 +724,7 @@ xmlNodePtr xmlAddNextSibling (xmlNodePtr cur, void xmlUnlinkNode (xmlNodePtr cur); xmlNodePtr xmlTextMerge (xmlNodePtr first, xmlNodePtr second); -void xmlTextConcat (xmlNodePtr node, +int xmlTextConcat (xmlNodePtr node, const xmlChar *content, int len); void xmlFreeNodeList (xmlNodePtr cur); |
