summaryrefslogtreecommitdiffstats
path: root/plugins/bluetooth.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-06-17 05:30:25 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-06-17 05:32:29 -0500
commit6ba350cec5724b81ccc4175a11785c02abea9a88 (patch)
treec300379bb7f6c3c3c01330b693dfa04e307efe4d /plugins/bluetooth.h
parentcfc9722b137e8b835a4583ae2b459b0eb86c0dd1 (diff)
downloadofono-6ba350cec5724b81ccc4175a11785c02abea9a88.tar.bz2
bluetooth: Rename & expose parse_properties
Diffstat (limited to 'plugins/bluetooth.h')
-rw-r--r--plugins/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h
index 43cca995..fb0d841f 100644
--- a/plugins/bluetooth.h
+++ b/plugins/bluetooth.h
@@ -48,4 +48,4 @@ int bluetooth_send_with_reply(const char *path, const char *interface,
DBusPendingCallNotifyFunction cb,
void *user_data, DBusFreeFunction free_func,
int timeout, int type, ...);
-
+void bluetooth_parse_properties(DBusMessage *reply, const char *property, ...);