From 639792b0e760e23bb59feaf86db64d4430dce8a2 Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Wed, 25 Oct 2017 11:10:10 +0200 Subject: [PATCH] fix(c-event-log): wrap correctly get_subject --- include/linphone/api/c-event-log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linphone/api/c-event-log.h b/include/linphone/api/c-event-log.h index 46dac0017..c3f9e67c6 100644 --- a/include/linphone/api/c-event-log.h +++ b/include/linphone/api/c-event-log.h @@ -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); /** * @}