464027401@qq.com
2021-09-15 732a72414ca5788d53f2f5e016c7cd53b611d66d
Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/account_creator_service.h
old mode 100755 new mode 100644
@@ -269,22 +269,6 @@
**/
LINPHONE_PUBLIC void linphone_account_creator_service_set_update_account_cb(LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb);
/**
 * Get the login linphone account request.
 * @param[in] service #LinphoneAccountCreatorService object.
 * @return The current login linphone account request.
 * @donotwrap
**/
LINPHONE_PUBLIC LinphoneAccountCreatorRequestFunc linphone_account_creator_service_get_login_linphone_account_cb(const LinphoneAccountCreatorService *service);
/**
 * Assign a user pointer to a #LinphoneAccountCreatorService object.
 * @param[in] service #LinphoneAccountCreatorService object.
 * @param[in] cb The login linphone account request to be used.
 * @donotwrap
**/
LINPHONE_PUBLIC void linphone_account_creator_service_set_login_linphone_account_cb(LinphoneAccountCreatorService *service, LinphoneAccountCreatorRequestFunc cb);
/************************** End Account Creator Requests **************************/
#ifdef __cplusplus