Skip to content

Commit

Permalink
tree data BUGFIX missing macro
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Oct 9, 2023
1 parent d897490 commit 7e4a6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ LIBYANG_API_DECL LY_ERR lyd_any_copy_value(struct lyd_node *trg, const union lyd
* @param[in] node Data node to use.
* @return Schema node represented by data @p node, NULL if there is none.
*/
const struct lysc_node *lyd_node_schema(const struct lyd_node *node);
LIBYANG_API_DECL const struct lysc_node *lyd_node_schema(const struct lyd_node *node);

/**
* @brief Create a new inner node in the data tree.
Expand Down

0 comments on commit 7e4a6c7

Please sign in to comment.