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

3
rc.c
View File

@@ -12,6 +12,7 @@
#include "regex.h"
#include <stdlib.h>
#include <stddef.h>
#include "rc.h"
struct param_ptr {
char *name;
@@ -850,7 +851,7 @@ create_option_search_table()
}
}
struct param_ptr *
static struct param_ptr *
search_param(char *name)
{
size_t b, e, i;