Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-08-01 18:07:33 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2017-08-01 18:07:33 +0300
commit7c140714e3d3083162fdaea09fbd7e080ee156ac (patch)
tree34a6a83ebd9945252584a7af0f13f929462fbb65 /library.h
parent1ab89e132058c73bb08d39d30390086bc2b82260 (diff)
Remove redis_get_exception_base
Diffstat (limited to 'library.h')
-rw-r--r--library.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/library.h b/library.h
index 2816af73..0dc527b0 100644
--- a/library.h
+++ b/library.h
@@ -88,5 +88,4 @@ PHP_REDIS_API int redis_read_variant_reply(INTERNAL_FUNCTION_PARAMETERS, RedisSo
PHP_REDIS_API void redis_client_list_reply(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab);
-PHP_REDIS_API zend_class_entry *redis_get_exception_base(TSRMLS_D);
#endif