Selaa lähdekoodia

ndb_redis: remove warning: implicit declaration of function redisc_free_reply

Vicente Hernando 13 vuotta sitten
vanhempi
commit
1835cd92f2
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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_pv_t;
 
 
 redisc_reply_t *redisc_get_reply(str *name);
 redisc_reply_t *redisc_get_reply(str *name);
+int redisc_free_reply(str *name);
 #endif
 #endif