summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-09-25 13:25:28 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2012-09-25 15:38:32 +0300
commit76041ebc6b7b6a9cb95040ec6a824c2fea75b2f1 (patch)
treee30f153c9f2015dc3bbeecbcfc3fa033b6085121 /src/profile.h
parent6e3b013a66901957d76f25116e28927c6de4efc0 (diff)
downloadbluez-76041ebc6b7b6a9cb95040ec6a824c2fea75b2f1.tar.gz
core: Add external profile registration callbacks
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/profile.h b/src/profile.h
index 0e73ef4eb..178e7bfc1 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -52,3 +52,8 @@ void btd_profile_foreach(void (*func)(struct btd_profile *p, void *data),
int btd_profile_register(struct btd_profile *profile);
void btd_profile_unregister(struct btd_profile *profile);
+
+DBusMessage *btd_profile_reg_ext(DBusConnection *conn, DBusMessage *msg,
+ void *user_data);
+DBusMessage *btd_profile_unreg_ext(DBusConnection *conn, DBusMessage *msg,
+ void *user_data);