fix compilation without vcard

This commit is contained in:
Simon Morlat 2017-02-08 17:14:32 +01:00
parent 728353c661
commit ef8b319a82

View file

@ -49,6 +49,10 @@ struct _LinphoneVcard {
void *dummy;
};
LinphoneVcard* _linphone_vcard_new(void) {
return NULL;
}
LinphoneVcard* linphone_vcard_new(void) {
return NULL;
}