fix some -Wstrict-prototypes warnings

This commit is contained in:
NRK
2022-04-29 15:27:36 +06:00
parent c515ea8a47
commit d9284b1193
10 changed files with 37 additions and 37 deletions

View File

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