diff options
author | Harald Radi <phanto@php.net> | 2002-03-16 16:15:34 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-03-16 16:15:34 +0000 |
commit | 11a67831d1000617e44e4972a12413d559a65b78 (patch) | |
tree | 790d9d87fd3c078a92e4a9b1ee983e262905afef /ext/rpc/php_rpc.h | |
parent | 201446c2b52444c00eed00df7900f2f9c7f6922b (diff) | |
download | php-git-11a67831d1000617e44e4972a12413d559a65b78.tar.gz |
blah
Diffstat (limited to 'ext/rpc/php_rpc.h')
-rw-r--r-- | ext/rpc/php_rpc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/rpc/php_rpc.h b/ext/rpc/php_rpc.h index 96e4e21942..be95b20940 100644 --- a/ext/rpc/php_rpc.h +++ b/ext/rpc/php_rpc.h @@ -16,9 +16,9 @@ extern zend_module_entry rpc_module_entry; #include "TSRM.h" #endif -PHP_MINIT_FUNCTION(rpc); -PHP_MSHUTDOWN_FUNCTION(rpc); -PHP_MINFO_FUNCTION(rpc); +ZEND_MINIT_FUNCTION(rpc); +ZEND_MSHUTDOWN_FUNCTION(rpc); +ZEND_MINFO_FUNCTION(rpc); ZEND_FUNCTION(rpc_load); ZEND_FUNCTION(rpc_call); |