summaryrefslogtreecommitdiffstats
path: root/plugins/bluetooth.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r--plugins/bluetooth.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index abed1e96..0b1b5601 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -132,8 +132,7 @@ static gint property_handler_compare(gconstpointer a, gconstpointer b)
return strcmp(handler->property, property);
}
-static void parse_properties_reply(DBusMessage *reply,
- const char *property, ...)
+void bluetooth_parse_properties(DBusMessage *reply, const char *property, ...)
{
va_list args;
GSList *prop_handlers = NULL;