mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-18 08:56:45 -05: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
|
|
@ -308,7 +308,7 @@ static void group_destroy(struct group *group)
|
|||
free(group);
|
||||
}
|
||||
|
||||
struct stream *stream_create(struct spa_bt_transport *t, struct group *group)
|
||||
static struct stream *stream_create(struct spa_bt_transport *t, struct group *group)
|
||||
{
|
||||
struct stream *stream;
|
||||
void *codec_data = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue