mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Proper C declaration without parameters
This commit is contained in:
parent
1029098719
commit
ac22aed121
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue