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

@@ -18,7 +18,7 @@ typedef struct {
Hash_sv *hash;
} Hist;
extern Hist *newHist();
extern Hist *newHist(void);
extern Hist *copyHist(Hist *hist);
extern HistItem *unshiftHist(Hist *hist, char *ptr);
extern HistItem *pushHist(Hist *hist, char *ptr);