summaryrefslogtreecommitdiff
path: root/ext/libxml/php_libxml.h
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2003-12-12 13:54:06 +0000
committerRob Richards <rrichards@php.net>2003-12-12 13:54:06 +0000
commit4dd0dbfd791a650148c31194f96a0f0620243f64 (patch)
treeccbe59d5b8c92f1628de0ccadbcba6c845762e6b /ext/libxml/php_libxml.h
parenta25136184969a07d424d4ceab23178935f0dc855 (diff)
downloadphp-git-4dd0dbfd791a650148c31194f96a0f0620243f64.tar.gz
consolidate error handling
Diffstat (limited to 'ext/libxml/php_libxml.h')
-rw-r--r--ext/libxml/php_libxml.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h
index 11a63609e9..8dc5407675 100644
--- a/ext/libxml/php_libxml.h
+++ b/ext/libxml/php_libxml.h
@@ -73,6 +73,9 @@ int php_libxml_decrement_doc_ref(php_libxml_node_object *object TSRMLS_DC);
void php_libxml_node_free_resource(xmlNodePtr node TSRMLS_DC);
/* When object dtor is called as node may still be referenced */
void php_libxml_node_decrement_resource(php_libxml_node_object *object TSRMLS_DC);
+void php_libxml_error_handler(void *ctx, const char *msg, ...);
+void php_libxml_ctx_warning(void *ctx, const char *msg, ...);
+void php_libxml_ctx_error(void *ctx, const char *msg, ...);
#endif /* HAVE_LIBXML */