summaryrefslogtreecommitdiff
path: root/hiredis.h
diff options
context:
space:
mode:
Diffstat (limited to 'hiredis.h')
-rw-r--r--hiredis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hiredis.h b/hiredis.h
index bb9b6a7..0d646f8 100644
--- a/hiredis.h
+++ b/hiredis.h
@@ -207,7 +207,7 @@ redisContext *redisConnectFd(int fd);
* executed on the connection.
*/
int redisSecureConnection(redisContext *c, const char *capath, const char *certpath,
- const char *keypath);
+ const char *keypath, const char *servername);
/**
* Reconnect the given context using the saved information.