diff options
author | Harald Radi <phanto@php.net> | 2003-02-10 20:59:11 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2003-02-10 20:59:11 +0000 |
commit | 5066caef31d1e473c719316d8e340688d535d58e (patch) | |
tree | 75ae802240f2276f0bd64b0089eba00acb1f8dbf /ext/rpc/php_rpc.h | |
parent | ef9bc6eaad3db7c3ac167a1264ab2b079fdcb851 (diff) | |
download | php-git-5066caef31d1e473c719316d8e340688d535d58e.tar.gz |
a bunch of fixes
Diffstat (limited to 'ext/rpc/php_rpc.h')
-rw-r--r-- | ext/rpc/php_rpc.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/rpc/php_rpc.h b/ext/rpc/php_rpc.h index 1e36ece531..16126bc82a 100644 --- a/ext/rpc/php_rpc.h +++ b/ext/rpc/php_rpc.h @@ -34,13 +34,6 @@ ZEND_RINIT_FUNCTION(rpc); ZEND_RSHUTDOWN_FUNCTION(rpc); ZEND_MINFO_FUNCTION(rpc); -ZEND_API ZEND_FUNCTION(rpc_load); -ZEND_API ZEND_FUNCTION(rpc_call); -ZEND_API ZEND_FUNCTION(rpc_set); -ZEND_API ZEND_FUNCTION(rpc_get); -ZEND_API ZEND_FUNCTION(rpc_singleton); -ZEND_API ZEND_FUNCTION(rpc_poolable); - ZEND_API void rpc_error(int type, const char *format, ...); ZEND_API zend_object_value rpc_objects_new(zend_class_entry * TSRMLS_DC); |