mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -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
|
|
@ -307,7 +307,7 @@ static const struct spa_bt_transport_implementation ofono_transport_impl = {
|
|||
.release = ofono_audio_release,
|
||||
};
|
||||
|
||||
bool activate_transport(struct spa_bt_transport *t, const void *data)
|
||||
static bool activate_transport(struct spa_bt_transport *t, const void *data)
|
||||
{
|
||||
struct impl *backend = (void *)data;
|
||||
struct transport_data *td = t->user_data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue