Module: sip-router Branch: master Commit: 1835cd92f2475ce12a79d972ca6548fbbb857ce4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1835cd92f2475ce12a79d972ca6548fbbb857ce4
Author: Vicente Hernando <[email protected]> Committer: Vicente Hernando <[email protected]> Date: Tue Jun 19 13:31:42 2012 -0400 ndb_redis: remove warning: implicit declaration of function redisc_free_reply --- modules/ndb_redis/redis_client.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modules/ndb_redis/redis_client.h b/modules/ndb_redis/redis_client.h index 7128923..f4d29f4 100644 --- a/modules/ndb_redis/redis_client.h +++ b/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 _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
