forked from mirrors/linphone-iphone
fix compilation without vcard
This commit is contained in:
parent
728353c661
commit
ef8b319a82
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ struct _LinphoneVcard {
|
|||
void *dummy;
|
||||
};
|
||||
|
||||
LinphoneVcard* _linphone_vcard_new(void) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
LinphoneVcard* linphone_vcard_new(void) {
|
||||
return NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue