Browse Source

make UA_EXPANDEDNODEID_NULL visible

Julius Pfrommer 6 years ago
parent
commit
255dacdf5c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/ua_types.h

+ 2 - 0
include/ua_types.h

@@ -348,6 +348,8 @@ typedef struct {
     UA_UInt32 serverIndex;
 } UA_ExpandedNodeId;
 
+UA_EXPORT extern const UA_ExpandedNodeId UA_EXPANDEDNODEID_NULL;
+
 /** The following functions are shorthand for creating ExpandedNodeIds. */
 static UA_INLINE UA_ExpandedNodeId
 UA_EXPANDEDNODEID_NUMERIC(UA_UInt16 nsIndex, UA_UInt32 identifier) {