Parcourir la source

Update ua_server_external_ns.h

added "return value" for namespace index
FlorianPalm il y a 9 ans
Parent
commit
f0f1978aa0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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_Server_addExternalNamespace(UA_Server *server, const UA_String *url,
-                               UA_ExternalNodeStore *nodeStore);
+                               UA_ExternalNodeStore *nodeStore, UA_UInt16 *assignedNamespaceIndex);
 
 #ifdef __cplusplus
 }