summaryrefslogtreecommitdiff
path: root/ext/libxml/libxml.c
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2004-07-25 12:00:28 +0000
committerRob Richards <rrichards@php.net>2004-07-25 12:00:28 +0000
commita1c33af793c2fc8db0712d88ca291054c6d8f39d (patch)
tree65ccbb78e3522e8324be4398d0a8ad6226452ca5 /ext/libxml/libxml.c
parent0b244def73779946d220161100392976fdc8241c (diff)
downloadphp-git-a1c33af793c2fc8db0712d88ca291054c6d8f39d.tar.gz
export php_libxml_error_handler for win32 build
Diffstat (limited to 'ext/libxml/libxml.c')
-rw-r--r--ext/libxml/libxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/libxml/libxml.c b/ext/libxml/libxml.c
index d1d4be6fe1..cc4e769363 100644
--- a/ext/libxml/libxml.c
+++ b/ext/libxml/libxml.c
@@ -377,7 +377,7 @@ void php_libxml_ctx_warning(void *ctx, const char *msg, ...)
va_end(args);
}
-void php_libxml_error_handler(void *ctx, const char *msg, ...)
+PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...)
{
va_list args;
va_start(args, msg);