瀏覽代碼

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.