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>2019-10-11 21:13:14 +0300
committerMichael Grunder <michael.grunder@gmail.com>2019-10-11 21:37:21 +0300
commit8ee4abbc3fbc47201f20a2a48ccee6f6f765952b (patch)
tree3d53e421e20be5872b635a6702031c8ebf0d4079 /php_redis.h
parent4ff9bd7961b82e76924629024137f2ef303a8aff (diff)
Dead code generic_unsubscribe_cmd
Diffstat (limited to 'php_redis.h')
-rw-r--r--php_redis.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/php_redis.h b/php_redis.h
index ad25b43c..f17066ec 100644
--- a/php_redis.h
+++ b/php_redis.h
@@ -268,17 +268,8 @@ typedef void (*ResultCallback)(INTERNAL_FUNCTION_PARAMETERS,
PHP_REDIS_API int redis_connect(INTERNAL_FUNCTION_PARAMETERS, int persistent);
-PHP_REDIS_API void generic_subscribe_cmd(INTERNAL_FUNCTION_PARAMETERS, char *sub_cmd);
-
-PHP_REDIS_API void generic_unsubscribe_cmd(INTERNAL_FUNCTION_PARAMETERS,
- char *unsub_cmd);
-
PHP_REDIS_API int redis_response_enqueued(RedisSock *redis_sock);
-PHP_REDIS_API int get_flag(zval *object);
-
-PHP_REDIS_API void set_flag(zval *object, int new_flag);
-
PHP_REDIS_API int redis_sock_read_multibulk_multi_reply_loop(
INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock, zval *z_tab,
int numElems);