mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
fix(wrapper_utils): remove useless ref/unref functions on dial plan
This commit is contained in:
parent
2439734eeb
commit
239da4c0c1
1 changed files with 0 additions and 12 deletions
|
|
@ -83,18 +83,6 @@ LINPHONE_PUBLIC void linphone_chat_message_resend_2(LinphoneChatMessage *msg);
|
|||
*/
|
||||
LINPHONE_PUBLIC void *linphone_vcard_get_belcard(LinphoneVcard *vcard);
|
||||
|
||||
|
||||
/**
|
||||
* @brief Increases the reference counter of #LinphoneDialPlan objects.
|
||||
*/
|
||||
LINPHONE_PUBLIC LinphoneDialPlan *linphone_dial_plan_ref(LinphoneDialPlan *dp);
|
||||
|
||||
/**
|
||||
* @brief Decreases the reference counter of #LinphoneDialPaln objects.
|
||||
*/
|
||||
LINPHONE_PUBLIC void linphone_dial_plan_unref(LinphoneDialPlan *dp);
|
||||
|
||||
|
||||
/**
|
||||
* @}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue