summaryrefslogtreecommitdiff
path: root/ext/hyperwave
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-05-02 00:30:36 +0000
committerSascha Schumann <sas@php.net>2000-05-02 00:30:36 +0000
commit0d383d9373e6764d4f36cfce41cb8a610766e9b6 (patch)
tree33cca1f21bbab03d58f7ec5be46b4e152bd6f956 /ext/hyperwave
parent95310ad5e0e5094f72e188c8f2fc8d446ee3921c (diff)
downloadphp-git-0d383d9373e6764d4f36cfce41cb8a610766e9b6.tar.gz
Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.
Diffstat (limited to 'ext/hyperwave')
-rw-r--r--ext/hyperwave/hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/hyperwave/hw.c b/ext/hyperwave/hw.c
index c9432dbbf0..9790d5b8e4 100644
--- a/ext/hyperwave/hw.c
+++ b/ext/hyperwave/hw.c
@@ -126,13 +126,13 @@ PHP_HW_API php_hw_globals hw_globals;
#endif
#ifdef COMPILE_DL
-DLEXPORT zend_module_entry *get_module(void) { return &hw_module_entry; }
+ZEND_GET_MODULE(hw)
#endif
void print_msg(hg_msg *msg, char *str, int txt);
#if COMPILE_DL
-DLEXPORT zend_module_entry *get_module(void) { return &hw_module_entry; }
+ZEND_GET_MODULE(hw)
#endif
void _close_hw_link(hw_connection *conn)