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

@@ -210,7 +210,7 @@ copyFrameSet(struct frameset *of)
return rf;
}
void
static void
flushFrameSet(struct frameset *fs)
{
int n = fs->i;