treewide: mark some functions static

These were found by enabling the "missing-declarations" warning.
This commit is contained in:
Barnabás Pőcze 2023-07-03 04:34:59 +02:00
parent ab6ff1bcde
commit 8c17a6626d
14 changed files with 27 additions and 29 deletions

View file

@ -176,7 +176,7 @@ exit_cleanup:
return res;
}
int init_data(struct data *data)
static int init_data(struct data *data)
{
int res;
const char *str;

View file

@ -457,7 +457,7 @@ static int load_handle(struct data *data, struct spa_handle **handle, const char
return -EBADF;
}
int init_data(struct data *data)
static int init_data(struct data *data)
{
int res;
const char *str;