소스 검색

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.