summaryrefslogtreecommitdiff
path: root/async.h
diff options
context:
space:
mode:
authorNicolas Favre-Felix <n.favrefelix@gmail.com>2010-12-22 18:01:50 +0100
committerNicolas Favre-Felix <n.favrefelix@gmail.com>2010-12-22 18:01:50 +0100
commit2c17d2e22163437a6d4ee1ab41f401115468bbad (patch)
tree3bb562bd4a6b2fc683630f8f6f8b5134f3d64cd9 /async.h
parent0fbfa45f232201093de0fcfd9d6c60a3b47e9642 (diff)
Missing declaration.
Diffstat (limited to 'async.h')
-rw-r--r--async.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/async.h b/async.h
index 2ef0e21..3ebea4e 100644
--- a/async.h
+++ b/async.h
@@ -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);