mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fixing magic search
This commit is contained in:
parent
4f96c41eea
commit
f2a25777d5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ LinphoneMagicSearch *linphone_core_create_magic_search(LinphoneCore *lc) {
|
|||
return object;
|
||||
}
|
||||
|
||||
LinphoneMagicSearch *linphone_new_magic_search(LinphoneCore *lc) {
|
||||
LinphoneMagicSearch *linphone_magic_search_new(LinphoneCore *lc) {
|
||||
return linphone_core_create_magic_search(lc);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue