Skip to content

Commit c03cf74

Browse files
Add function prototype to remove warning
1 parent 9310b25 commit c03cf74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

redis_commands.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ int redis_hmget_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
145145
int redis_hmset_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
146146
char **cmd, int *cmd_len, short *slot, void **ctx);
147147

148+
int redis_hstrlen_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
149+
char **cmd, int *cmd_len, short *slot, void **ctx);
150+
148151
int redis_bitop_cmd(INTERNAL_FUNCTION_PARAMETERS, RedisSock *redis_sock,
149152
char **cmd, int *cmd_len, short *slot, void **ctx);
150153

0 commit comments

Comments
 (0)