Browse Source

Update ua_server_external_ns.h

added "return value" for namespace index
FlorianPalm 9 years ago
parent
commit
f0f1978aa0
1 changed files with 1 additions and 1 deletions
  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
 }