diff options
author | Mikel Astiz <mikel.astiz@bmw-carit.de> | 2012-12-05 17:23:12 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-12-19 12:31:47 +0200 |
commit | 28251e7243cc17b19f2cf9abbbfeb5631cd2a9cc (patch) | |
tree | d9ae994bb93741067c77ed249881c4983dbdecce /src/modules/bluetooth/bluetooth-util.c | |
parent | 3f41a4a538e863f6caf5a1682c9a09c3d78ab264 (diff) | |
download | pulseaudio-28251e7243cc17b19f2cf9abbbfeb5631cd2a9cc.tar.gz |
bluetooth: Make pa_bluetooth_transport_parse_property() private
The function is not being used outside bluetooth-util and thus can be
made private.
Diffstat (limited to 'src/modules/bluetooth/bluetooth-util.c')
-rw-r--r-- | src/modules/bluetooth/bluetooth-util.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modules/bluetooth/bluetooth-util.c b/src/modules/bluetooth/bluetooth-util.c index 21ce34efd..00963fae7 100644 --- a/src/modules/bluetooth/bluetooth-util.c +++ b/src/modules/bluetooth/bluetooth-util.c @@ -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; |