Skip to content

Commit 7e4a6c7

Browse files
committed
tree data BUGFIX missing macro
1 parent d897490 commit 7e4a6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tree_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ LIBYANG_API_DECL LY_ERR lyd_any_copy_value(struct lyd_node *trg, const union lyd
11391139
* @param[in] node Data node to use.
11401140
* @return Schema node represented by data @p node, NULL if there is none.
11411141
*/
1142-
const struct lysc_node *lyd_node_schema(const struct lyd_node *node);
1142+
LIBYANG_API_DECL const struct lysc_node *lyd_node_schema(const struct lyd_node *node);
11431143

11441144
/**
11451145
* @brief Create a new inner node in the data tree.

0 commit comments

Comments
 (0)