mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -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
|
|
@ -202,7 +202,7 @@ static int read_probe(struct impl *impl, MidiEnumCharacteristicProxy *chr)
|
|||
return 0;
|
||||
}
|
||||
|
||||
Bluez5GattDescriptor1 *find_dsc(struct impl *impl, MidiEnumCharacteristicProxy *chr)
|
||||
static Bluez5GattDescriptor1 *find_dsc(struct impl *impl, MidiEnumCharacteristicProxy *chr)
|
||||
{
|
||||
const char *path = g_dbus_proxy_get_object_path(G_DBUS_PROXY(chr));
|
||||
Bluez5GattDescriptor1 *found = NULL;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue