mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
treewide: mark some functions static
These were found by enabling the "missing-declarations" warning.
This commit is contained in:
parent
ab6ff1bcde
commit
8c17a6626d
14 changed files with 27 additions and 29 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue