summaryrefslogtreecommitdiff
path: root/ext/dav/dav.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dav/dav.c')
-rw-r--r--ext/dav/dav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dav/dav.c b/ext/dav/dav.c
index 021ac4741f..d40954fe50 100644
--- a/ext/dav/dav.c
+++ b/ext/dav/dav.c
@@ -69,7 +69,7 @@ phpdav_module php_dav_module;
/* {{{ dynamically loadable module stuff */
# if COMPILE_DL
-DLEXPORT zend_module_entry *get_module() { return &phpdav_module_entry; };
+ZEND_GET_MODULE(phpdav)
# endif /* COMPILE_DL */
/* }}} */