Merge pull request #234 from N-R-K/testing

Fix -Wmissing-prototypes and -Wstrict-prototypes warnings
This commit is contained in:
Tatsuya Kinoshita
2022-12-25 10:05:43 +09:00
committed by GitHub
22 changed files with 99 additions and 85 deletions

View File

@@ -89,7 +89,7 @@ saveHistory(Hist *hist, size_t size)
#endif /* USE_HISTORY */
Hist *
newHist()
newHist(void)
{
Hist *hist;