bluetooth: Make pa_bluetooth_transport_parse_property() private

The function is not being used outside bluetooth-util and thus can be
made private.
This commit is contained in:
Mikel Astiz 2012-12-05 17:23:12 +01:00 committed by Tanu Kaskinen
parent 3f41a4a538
commit 28251e7243
2 changed files with 1 additions and 3 deletions

View file

@ -747,8 +747,7 @@ static void list_adapters(pa_bluetooth_discovery *y) {
send_and_add_to_pending(y, m, get_properties_reply, NULL);
}
int pa_bluetooth_transport_parse_property(pa_bluetooth_transport *t, DBusMessageIter *i)
{
static int pa_bluetooth_transport_parse_property(pa_bluetooth_transport *t, DBusMessageIter *i) {
const char *key;
DBusMessageIter variant_i;