fix all -Wmissing-prototypes warnings

This commit is contained in:
NRK
2022-04-29 15:38:52 +06:00
parent d9284b1193
commit faeebc076c
16 changed files with 64 additions and 48 deletions

View File

@@ -308,7 +308,7 @@ searchExtViewer(char *type)
#define MCF_SQUOTED (1 << 0)
#define MCF_DQUOTED (1 << 1)
Str
static Str
quote_mailcap(char *s, int flag)
{
Str d;