From ac22aed1215ce6b90f96ecb1126d8c554d7bc2b2 Mon Sep 17 00:00:00 2001 From: tevador Date: Thu, 16 May 2019 20:40:06 +0200 Subject: [PATCH] Proper C declaration without parameters --- src/randomx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/randomx.h b/src/randomx.h index fb503ec..7996324 100644 --- a/src/randomx.h +++ b/src/randomx.h @@ -87,7 +87,7 @@ randomx_dataset *randomx_alloc_dataset(randomx_flags flags); * * @return the number of items contained in the dataset. */ -unsigned long randomx_dataset_item_count(); +unsigned long randomx_dataset_item_count(void); /** * Initializes dataset items.