Explorar o código

Update ua_server_external_ns.h

added "return value" for namespace index
FlorianPalm %!s(int64=9) %!d(string=hai) anos
pai
achega
f0f1978aa0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/ua_server_external_ns.h

+ 1 - 1
include/ua_server_external_ns.h

@@ -87,7 +87,7 @@ typedef struct UA_ExternalNodeStore {
 
 
 UA_StatusCode UA_EXPORT
 UA_StatusCode UA_EXPORT
 UA_Server_addExternalNamespace(UA_Server *server, const UA_String *url,
 UA_Server_addExternalNamespace(UA_Server *server, const UA_String *url,
-                               UA_ExternalNodeStore *nodeStore);
+                               UA_ExternalNodeStore *nodeStore, UA_UInt16 *assignedNamespaceIndex);
 
 
 #ifdef __cplusplus
 #ifdef __cplusplus
 }
 }