Преглед на файлове

Proper C declaration without parameters

tevador преди 7 години
родител
ревизия
ac22aed121
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/randomx.h

+ 1 - 1
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.