From 893e29810716e12e5eca6a31a87d0bd156abb841 Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Fri, 2 Sep 2022 11:38:17 +0200 Subject: [PATCH] - fixed - missing API export declarations for functions IedServerConfig_setSyncIntegrityReportTimes and IedServerConfig_getSyncIntegrityReportTimes (LIB61850-353) --- src/iec61850/inc/iec61850_server.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iec61850/inc/iec61850_server.h b/src/iec61850/inc/iec61850_server.h index 78ada2bf..b0097e3f 100644 --- a/src/iec61850/inc/iec61850_server.h +++ b/src/iec61850/inc/iec61850_server.h @@ -191,7 +191,7 @@ IedServerConfig_getMaxMmsConnections(IedServerConfig self); * * \param enable when true synchronized integrity report times are enabled */ -void +LIB61850_API void IedServerConfig_setSyncIntegrityReportTimes(IedServerConfig self, bool enable); /** @@ -203,7 +203,7 @@ IedServerConfig_setSyncIntegrityReportTimes(IedServerConfig self, bool enable); * * \return true, when enabled, false otherwise */ -bool +LIB61850_API bool IedServerConfig_getSyncIntegrityReportTimes(IedServerConfig self); /**