mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 07:38:09 +00:00
Add missing function
This commit is contained in:
parent
ed9c2fd478
commit
927cd5fd68
1 changed files with 4 additions and 0 deletions
|
|
@ -72,6 +72,10 @@ LinphoneAccountCreatorRequestFunc linphone_account_creator_requests_cbs_get_crea
|
|||
return requests_cbs->create_account_request_cb;
|
||||
}
|
||||
|
||||
void linphone_account_creator_requests_cbs_set_create_account_cb(LinphoneAccountCreatorRequestCbs *requests_cbs, LinphoneAccountCreatorRequestFunc cb) {
|
||||
requests_cbs->create_account_request_cb = cb;
|
||||
}
|
||||
|
||||
LinphoneAccountCreatorRequestFunc linphone_account_creator_requests_cbs_get_is_account_exist_cb(const LinphoneAccountCreatorRequestCbs *requests_cbs) {
|
||||
return requests_cbs->is_account_exist_request_cb;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue