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

@@ -220,7 +220,7 @@ loadMailcap(char *filename)
}
void
initMailcap()
initMailcap(void)
{
TextListItem *tl;
int i;
@@ -238,7 +238,7 @@ initMailcap()
}
char *
acceptableMimeTypes()
acceptableMimeTypes(void)
{
static Str types = NULL;
TextList *l;