summaryrefslogtreecommitdiff
path: root/ext/rpc/php_rpc.h
diff options
context:
space:
mode:
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);