summaryrefslogtreecommitdiffstats
path: root/common/randstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/randstr.h')
-rw-r--r--common/randstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/randstr.h b/common/randstr.h
index c4739a6..d6e86a0 100644
--- a/common/randstr.h
+++ b/common/randstr.h
@@ -21,6 +21,6 @@
#ifndef RANDSTR_H_
#define RANDSTR_H_
-int eurephia_randstring(eurephiaCTX *ctx, char *rndstr, size_t len);
+int eurephia_randstring(eurephiaCTX *ctx, void *rndstr, size_t len);
#endif /* !RANDSTR_H_ */