summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-11-09 20:23:12 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-11-09 20:23:55 +0100
commit465e5fa6e209e3f67182e5849abb7c6fd31a4e4f (patch)
tree9ca068d7fc1855cc7fe8a285ef8f9d1af27402fb /src/profile.h
parent437959a0b5c3dedef7e50606f8c96c8e84ee12d9 (diff)
downloadbluez-465e5fa6e209e3f67182e5849abb7c6fd31a4e4f.tar.gz
core: Move profile registration to Profile Manager interface
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/profile.h b/src/profile.h
index 7ece2bf5c..d7b1ba14a 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -74,9 +74,5 @@ void btd_profile_add_custom_prop(const char *uuid, const char *type,
btd_profile_prop_get get,
void *user_data);
+void btd_profile_init(void);
void btd_profile_cleanup(void);
-
-DBusMessage *btd_profile_reg_ext(DBusConnection *conn, DBusMessage *msg,
- void *user_data);
-DBusMessage *btd_profile_unreg_ext(DBusConnection *conn, DBusMessage *msg,
- void *user_data);