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:
authormichael-grunder <michael.grunder@gmail.com>2017-03-15 19:54:37 +0300
committermichael-grunder <michael.grunder@gmail.com>2017-03-15 19:54:37 +0300
commitc03cf746849ba6afa055ba65d696e5f6e5dcb3fa (patch)
treee75e32bda50848e3ec7453e13fdfc3cdc1182cb1 /redis_commands.h
parent9310b25ded03f0efd49c893a9ecf9ab4c82a620d (diff)
Add function prototype to remove warning
Diffstat (limited to 'redis_commands.h')
-rw-r--r--redis_commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/redis_commands.h b/redis_commands.h
index f8760c52..bc5aa9d9 100644
--- a/redis_commands.h
+++ b/redis_commands.h
@@ -145,6 +145,9 @@ int redis_hmget_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
int redis_hmset_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
char **cmd, int *cmd_len, short *slot, void **ctx);
+int redis_hstrlen_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
+ char **cmd, int *cmd_len, short *slot, void **ctx);
+
int redis_bitop_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
char **cmd, int *cmd_len, short *slot, void **ctx);