Add missing export for Windows build.

This commit is contained in:
Ghislain MARY 2016-06-02 16:48:07 +02:00
parent 51b9dba8c1
commit 4efbae9f59

View file

@ -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);
/**