From 4efbae9f5974c007579cced92a0e6d2cce3ce688 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Thu, 2 Jun 2016 16:48:07 +0200 Subject: [PATCH] Add missing export for Windows build. --- coreapi/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /**