diff options
author | Rob Richards <rrichards@php.net> | 2004-07-25 12:00:28 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2004-07-25 12:00:28 +0000 |
commit | a1c33af793c2fc8db0712d88ca291054c6d8f39d (patch) | |
tree | 65ccbb78e3522e8324be4398d0a8ad6226452ca5 /ext/libxml/php_libxml.h | |
parent | 0b244def73779946d220161100392976fdc8241c (diff) | |
download | php-git-a1c33af793c2fc8db0712d88ca291054c6d8f39d.tar.gz |
export php_libxml_error_handler for win32 build
Diffstat (limited to 'ext/libxml/php_libxml.h')
-rw-r--r-- | ext/libxml/php_libxml.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h index ab47e202fb..5642abc627 100644 --- a/ext/libxml/php_libxml.h +++ b/ext/libxml/php_libxml.h @@ -77,7 +77,7 @@ PHP_LIBXML_API int php_libxml_register_export(zend_class_entry *ce, php_libxml_e 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, ...); +PHP_LIBXML_API 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, ...); |