Skip to content

Commit

Permalink
tree data new BUGFIX correctly mark lyd_new_term_bin definition
Browse files Browse the repository at this point in the history
  • Loading branch information
gotthardp committed Sep 7, 2024
1 parent 664b159 commit e0038e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree_data_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ lyd_new_term(struct lyd_node *parent, const struct lys_module *module, const cha
return _lyd_new_term(parent, module, name, value, value ? strlen(value) : 0, options, node);
}

LIBYANG_API_DECL LY_ERR
LIBYANG_API_DEF LY_ERR
lyd_new_term_bin(struct lyd_node *parent, const struct lys_module *module, const char *name,
const void *value, size_t value_len, uint32_t options, struct lyd_node **node)
{
Expand Down

0 comments on commit e0038e4

Please sign in to comment.