Skip to content

Commit bd5b38f

Browse files
committed
tree data UPDATE remove bin value interface
1 parent e2f9ac2 commit bd5b38f

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

src/tree_data.h

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ struct rb_node;
280280
* - ::lyd_value_validate()
281281
*
282282
* - ::lyd_change_term()
283-
* - ::lyd_change_term_bin()
284283
* - ::lyd_change_term_canon()
285284
* - ::lyd_change_meta()
286285
*
@@ -1580,22 +1579,6 @@ LIBYANG_API_DECL LY_ERR lyd_new_implicit_module(struct lyd_node **tree, const st
15801579
*/
15811580
LIBYANG_API_DECL LY_ERR lyd_change_term(struct lyd_node *term, const char *val_str);
15821581

1583-
/**
1584-
* @brief Change the value of a term (leaf or leaf-list) node to a binary value.
1585-
*
1586-
* Node changed this way is always considered explicitly set, meaning its default flag
1587-
* is always cleared.
1588-
*
1589-
* @param[in] term Term node to change.
1590-
* @param[in] value New value to set in binary format (usually a pointer), see @ref howtoDataLYB.
1591-
* @param[in] value_size_bits Size of @p value in bits.
1592-
* @return LY_SUCCESS if value was changed,
1593-
* @return LY_EEXIST if value was the same and only the default flag was cleared,
1594-
* @return LY_ENOT if the values were equal and no change occurred,
1595-
* @return LY_ERR value on other errors.
1596-
*/
1597-
LIBYANG_API_DECL LY_ERR lyd_change_term_bin(struct lyd_node *term, const void *value, uint32_t value_size_bits);
1598-
15991582
/**
16001583
* @brief Change the value of a term (leaf or leaf-list) node to a canonical string value.
16011584
*

0 commit comments

Comments
 (0)