Code

redis: mark redis_handle_query as static
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:58:18 +0000 (11:58 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 1 Mar 2016 10:58:18 +0000 (11:58 +0100)
Commit straight to 5.5. This plugin didn't exist in 5.4.

src/redis.c

index 4007272cad21ed8546c4f53faf54c699fdc93a1b..3f78bc3d5739894236730fe600df5b42b663fee2 100644 (file)
@@ -321,7 +321,7 @@ static int redis_handle_info (char *node, char const *info_line, char const *typ
 
 } /* }}} int redis_handle_info */
 
-int redis_handle_query (redisContext *rh, redis_node_t *rn, redis_query_t *rq) /* {{{ */
+static int redis_handle_query (redisContext *rh, redis_node_t *rn, redis_query_t *rq) /* {{{ */
 {
     redisReply *rr;
     const data_set_t *ds;