diff --git a/coreapi/event.h b/coreapi/event.h index 478108c5c..51e61c5d9 100644 --- a/coreapi/event.h +++ b/coreapi/event.h @@ -138,7 +138,7 @@ LINPHONE_PUBLIC LinphoneEvent *linphone_core_create_subscribe(LinphoneCore *lc, * @param event the event name * @return a LinphoneEvent holding the context of the notification. **/ -LinphoneEvent *linphone_core_create_notify(LinphoneCore *lc, const LinphoneAddress *resource, const char *event); +LINPHONE_PUBLIC LinphoneEvent *linphone_core_create_notify(LinphoneCore *lc, const LinphoneAddress *resource, const char *event); /**