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; }