From ef8b319a826ebedffd677fa895ef95fa427ec69e Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 8 Feb 2017 17:14:32 +0100 Subject: [PATCH] fix compilation without vcard --- coreapi/vcard_stubs.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/coreapi/vcard_stubs.c b/coreapi/vcard_stubs.c index 84c6cb57f..90bebe896 100644 --- a/coreapi/vcard_stubs.c +++ b/coreapi/vcard_stubs.c @@ -49,6 +49,10 @@ struct _LinphoneVcard { void *dummy; }; +LinphoneVcard* _linphone_vcard_new(void) { + return NULL; +} + LinphoneVcard* linphone_vcard_new(void) { return NULL; }