summaryrefslogtreecommitdiff
path: root/ext/rpc/php_rpc.h
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-03-16 16:15:34 +0000
committerHarald Radi <phanto@php.net>2002-03-16 16:15:34 +0000
commit11a67831d1000617e44e4972a12413d559a65b78 (patch)
tree790d9d87fd3c078a92e4a9b1ee983e262905afef /ext/rpc/php_rpc.h
parent201446c2b52444c00eed00df7900f2f9c7f6922b (diff)
downloadphp-git-11a67831d1000617e44e4972a12413d559a65b78.tar.gz
blah
Diffstat (limited to 'ext/rpc/php_rpc.h')
-rw-r--r--ext/rpc/php_rpc.h6
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);