mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix(c-event-log): wrap correctly get_subject
This commit is contained in:
parent
79001f54d0
commit
639792b0e7
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ LINPHONE_PUBLIC const LinphoneAddress *linphone_event_log_get_gruu_address (cons
|
|||
* @param[in] event_log A #LinphoneEventLog object.
|
||||
* @return The conference subject.
|
||||
*/
|
||||
LINPHONE_PUBLIC const char *linphone_event_get_subject (const LinphoneEventLog *event_log);
|
||||
LINPHONE_PUBLIC const char *linphone_event_log_get_subject (const LinphoneEventLog *event_log);
|
||||
|
||||
/**
|
||||
* @}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue