Explorar o código

ndb_redis: remove warning: implicit declaration of function redisc_free_reply

Vicente Hernando %!s(int64=13) %!d(string=hai) anos
pai
achega
1835cd92f2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      modules/ndb_redis/redis_client.h

+ 1 - 0
modules/ndb_redis/redis_client.h

@@ -60,4 +60,5 @@ typedef struct redisc_pv {
 } redisc_pv_t;
 
 redisc_reply_t *redisc_get_reply(str *name);
+int redisc_free_reply(str *name);
 #endif