summaryrefslogtreecommitdiff
path: root/src/cli_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli_common.h')
-rw-r--r--src/cli_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_common.h b/src/cli_common.h
index c5c4c11aa..cffdee61d 100644
--- a/src/cli_common.h
+++ b/src/cli_common.h
@@ -37,7 +37,7 @@ int cliSecureConnection(redisContext *c, cliSSLconfig config, const char **err);
ssize_t cliWriteConn(redisContext *c, const char *buf, size_t buf_len);
-int cliSecureInit();
+int cliSecureInit(void);
sds readArgFromStdin(void);