From a76ba5f9909d1697f9a60aa8fe85c0b957a9bc8a Mon Sep 17 00:00:00 2001 From: Julius Pfrommer Date: Thu, 11 Feb 2016 05:53:33 +0100 Subject: [PATCH] fix #547 --- include/ua_server.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ua_server.h b/include/ua_server.h index 6a2016c1d..624845aba 100644 --- a/include/ua_server.h +++ b/include/ua_server.h @@ -92,7 +92,7 @@ UA_StatusCode UA_EXPORT UA_Server_run_shutdown(UA_Server *server); * The default max wait time is 50millisec. * @return Returns how long we can wait until the next scheduled job (in millisec) */ -UA_UInt16 UA_Server_run_iterate(UA_Server *server, UA_Boolean waitInternal); +UA_UInt16 UA_EXPORT UA_Server_run_iterate(UA_Server *server, UA_Boolean waitInternal); /** * @param server The server object.