Browse Source

ndb_redis: remove warning: implicit declaration of function redisc_free_reply

Vicente Hernando 13 years ago
parent
commit
1835cd92f2
1 changed files with 1 additions and 0 deletions
  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