summaryrefslogtreecommitdiff
path: root/ext/rpc/php_rpc.h
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2003-02-10 20:59:11 +0000
committerHarald Radi <phanto@php.net>2003-02-10 20:59:11 +0000
commit5066caef31d1e473c719316d8e340688d535d58e (patch)
tree75ae802240f2276f0bd64b0089eba00acb1f8dbf /ext/rpc/php_rpc.h
parentef9bc6eaad3db7c3ac167a1264ab2b079fdcb851 (diff)
downloadphp-git-5066caef31d1e473c719316d8e340688d535d58e.tar.gz
a bunch of fixes
Diffstat (limited to 'ext/rpc/php_rpc.h')
-rw-r--r--ext/rpc/php_rpc.h7
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);