summaryrefslogtreecommitdiff
path: root/src/profile.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-12-21 17:14:21 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2012-12-21 17:14:21 +0200
commitf493c77f9ac37cf17b2206a02cb9192bfa1394b5 (patch)
treeac99afbdc4f781f6520ca502583e33fb5cda0866 /src/profile.h
parent13dd8c94b5d41951833900810e3509193fdda537 (diff)
downloadbluez-f493c77f9ac37cf17b2206a02cb9192bfa1394b5.tar.gz
core: Fix btd_profile_remove_custom_prop crash
In addition add a boolean return to indicate sucess/failure of the operation.
Diffstat (limited to 'src/profile.h')
-rw-r--r--src/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profile.h b/src/profile.h
index fe332d99a..27ccdd3a4 100644
--- a/src/profile.h
+++ b/src/profile.h
@@ -72,7 +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);
+bool btd_profile_remove_custom_prop(const char *uuid, const char *name);
void btd_profile_init(void);
void btd_profile_cleanup(void);