From f20644680416c7138be97677edf633f2871ff1ea Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Fri, 22 Jul 2016 17:23:03 +0200 Subject: [PATCH] Add definition of function to know if VCard support is builtin. --- coreapi/linphonecore.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 8adc07c7e..6289a98c3 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -3480,6 +3480,12 @@ LINPHONE_PUBLIC void linphone_core_migrate_logs_from_rc_to_db(LinphoneCore *lc); * @} **/ +/** + * Tells whether VCARD support is builtin. + * @return TRUE if VCARD is supported, FALSE otherwise. + * @ingroup misc + */ +LINPHONE_PUBLIC bool_t linphone_core_vcard_supported(void); /* video support */ LINPHONE_PUBLIC bool_t linphone_core_video_supported(LinphoneCore *lc);