summaryrefslogtreecommitdiffstats
path: root/programs/xxhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'programs/xxhash.h')
-rw-r--r--programs/xxhash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/xxhash.h b/programs/xxhash.h
index a319bcc..8491099 100644
--- a/programs/xxhash.h
+++ b/programs/xxhash.h
@@ -121,7 +121,7 @@ Memory will be freed by XXH32_digest().
*/
-int XXH32_sizeofState();
+int XXH32_sizeofState(void);
XXH_errorcode XXH32_resetState(void* state, unsigned int seed);
#define XXH32_SIZEOFSTATE 48