summaryrefslogtreecommitdiff
path: root/src/slowlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/slowlog.h')
-rw-r--r--src/slowlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slowlog.h b/src/slowlog.h
index e3067de91..81df0b054 100644
--- a/src/slowlog.h
+++ b/src/slowlog.h
@@ -44,4 +44,4 @@ void slowlogInit(void);
void slowlogPushEntryIfNeeded(robj **argv, int argc, long long duration);
/* Exported commands */
-void slowlogCommand(redisClient *c);
+void slowlogCommand(client *c);