mirror of
https://codeberg.org/wownero/RandomWOW
synced 2026-03-05 22:27:33 -05:00
Proper C declaration without parameters
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user