Browse Source

ndb_redis: remove warning: implicit declaration of function redisc_free_reply

Vicente Hernando 13 năm trước cách đây
mục cha
commit
1835cd92f2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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