diff options
author | Nicolas Favre-Felix <n.favrefelix@gmail.com> | 2010-12-22 18:01:50 +0100 |
---|---|---|
committer | Nicolas Favre-Felix <n.favrefelix@gmail.com> | 2010-12-22 18:01:50 +0100 |
commit | 2c17d2e22163437a6d4ee1ab41f401115468bbad (patch) | |
tree | 3bb562bd4a6b2fc683630f8f6f8b5134f3d64cd9 /async.h | |
parent | 0fbfa45f232201093de0fcfd9d6c60a3b47e9642 (diff) |
Missing declaration.
Diffstat (limited to 'async.h')
-rw-r--r-- | async.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ typedef struct redisAsyncContext { /* Functions that proxy to hiredis */ redisAsyncContext *redisAsyncConnect(const char *ip, int port); +redisAsyncContext *redisAsyncConnectUnix(const char *path); int redisAsyncSetReplyObjectFunctions(redisAsyncContext *ac, redisReplyObjectFunctions *fn); int redisAsyncSetConnectCallback(redisAsyncContext *ac, redisConnectCallback *fn); int redisAsyncSetDisconnectCallback(redisAsyncContext *ac, redisDisconnectCallback *fn); |