浏览代码

ndb_redis: remove warning: implicit declaration of function redisc_free_reply

Vicente Hernando 13 年之前
父节点
当前提交
1835cd92f2
共有 1 个文件被更改,包括 1 次插入0 次删除
  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