diff options
author | Dave Beckett <dave@dajobe.org> | 2005-04-06 15:20:53 +0000 |
---|---|---|
committer | Dave Beckett <dave@dajobe.org> | 2005-04-06 15:20:53 +0000 |
commit | 774c0754c95c0542ec618266476b9e6310e37cc3 (patch) | |
tree | e88a04944948c2a6ea65dfdca735c72cfb231e70 | |
parent | 49b28849f85397b056f7333f2349bf16b88e4a19 (diff) | |
download | raptor-774c0754c95c0542ec618266476b9e6310e37cc3.tar.gz |
Added raptor_libxml_init_generic_error_handlers prototype
-rw-r--r-- | src/raptor_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raptor_internal.h b/src/raptor_internal.h index 5fb71526..723f9270 100644 --- a/src/raptor_internal.h +++ b/src/raptor_internal.h @@ -195,6 +195,7 @@ typedef struct raptor_xml_entity_t raptor_xml_entity; /* raptor_libxml.c exports */ extern void raptor_libxml_init(xmlSAXHandler *sax); extern void raptor_libxml_init_sax_error_handlers(xmlSAXHandler *sax); +extern void raptor_libxml_init_generic_error_handlers(raptor_parser *rdf_parser); #ifdef RAPTOR_LIBXML_MY_ENTITIES extern void raptor_libxml_free_entities(raptor_parser *rdf_parser); |