diff options
author | Andrei Zmievski <andrei@php.net> | 2000-09-13 20:58:19 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2000-09-13 20:58:19 +0000 |
commit | a6bb6f5df3909915eb4f88a8a6d1af5d657d17d5 (patch) | |
tree | 27399ffc5e00ca3b3ff80730c82d6a8fb5f766d5 /ext/wddx/php_wddx.h | |
parent | 409e2e7e984e98064192f9537a77e87bd09fc8e7 (diff) | |
download | php-git-a6bb6f5df3909915eb4f88a8a6d1af5d657d17d5.tar.gz |
Create module info function.
Diffstat (limited to 'ext/wddx/php_wddx.h')
-rw-r--r-- | ext/wddx/php_wddx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/wddx/php_wddx.h b/ext/wddx/php_wddx.h index b295de90da..e2bb26dbb9 100644 --- a/ext/wddx/php_wddx.h +++ b/ext/wddx/php_wddx.h @@ -36,8 +36,6 @@ #include "xmlparse.h" -extern int php_minit_wddx(INIT_FUNC_ARGS); - extern zend_module_entry wddx_module_entry; #define wddx_module_ptr &wddx_module_entry |