Преглед на файлове

updated UA_Server_addExternalNamespace definition

removed namespace index definition, as it is managed by the server
FlorianPalm преди 9 години
родител
ревизия
355d2574c0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      include/ua_server_external_ns.h

+ 1 - 1
include/ua_server_external_ns.h

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