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

@@ -51,7 +51,7 @@ static char end_section[] =
static char *Local_cookie = NULL;
void
static void
print_bookmark_panel(char *bmark, char *url, char *title, char *charset)
{
Str tmp, tmp2;
@@ -107,7 +107,7 @@ create_new_bookmark(char *bmark, char *section, char *title, char *url,
return TRUE;
}
int
static int
insert_bookmark(char *bmark, struct parsed_tagarg *data)
{
char *url, *title, *section;