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

@@ -2059,7 +2059,7 @@ clrtoeol(void)
}
#ifdef USE_BG_COLOR
void
static void
clrtoeol_with_bcolor(void)
{
int i, cli, cco;
@@ -2093,7 +2093,7 @@ clrtoeolx(void)
}
#endif /* not USE_BG_COLOR */
void
static void
clrtobot_eol(void (*clrtoeol) ())
{
int l, c;
@@ -2422,7 +2422,7 @@ bell(void)
write1(7);
}
void
static void
skip_escseq(void)
{
int c;