summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-12-21 16:56:00 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-12-21 17:06:10 +0200
commit0d048414480f7416f38f930c14187c6aea5f4919 (patch)
treec3babcdc7732589bfd951bfe79263047a0740d08 /src/profile.h
parent405afea4a5d6a2a7ac42ed99d792135a0a20ddcd (diff)
downloadbluez-0d048414480f7416f38f930c14187c6aea5f4919.tar.gz
core: Add btd_profile_remove_custom_prop function
btd_profile_remove_custom_prop should be used when the user_data passed to btd_profile_add_custom_prop is invalidated/destroyed.
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/profile.h b/src/profile.h
index 8339c7a63..fe332d99a 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -72,6 +72,7 @@ void btd_profile_add_custom_prop(const char *uuid, const char *type,
btd_profile_prop_exists exists,
btd_profile_prop_get get,
void *user_data);
+void btd_profile_remove_custom_prop(const char *uuid, const char *name);
void btd_profile_init(void);
void btd_profile_cleanup(void);