summaryrefslogtreecommitdiff
path: root/src/rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rand.h')
-rw-r--r--src/rand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rand.h b/src/rand.h
index 1dce3e8b0..9884915a9 100644
--- a/src/rand.h
+++ b/src/rand.h
@@ -30,7 +30,7 @@
#ifndef REDIS_RANDOM_H
#define REDIS_RANDOM_H
-int32_t redisLrand48();
+int32_t redisLrand48(void);
void redisSrand48(int32_t seedval);
#define REDIS_LRAND48_MAX INT32_MAX