summaryrefslogtreecommitdiff
path: root/ext/dav/php_dav.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dav/php_dav.h')
-rw-r--r--ext/dav/php_dav.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dav/php_dav.h b/ext/dav/php_dav.h
index b1ab062de1..3b0fbed2fb 100644
--- a/ext/dav/php_dav.h
+++ b/ext/dav/php_dav.h
@@ -40,7 +40,7 @@ typedef struct {
char *mkcol_create_handler;
} phpdav_module;
-extern php3_module_entry phpdav_module_entry;
+extern zend_module_entry phpdav_module_entry;
# define phpdav_module_ptr &phpdav_module_entry
int phpdav_mkcol_test_handler(request_rec *);