Skip to content

Commit

Permalink
cdefs: Removal of unnecessary variable name defintion
Browse files Browse the repository at this point in the history
This patch aligns the cdefs definition with the rest of the file
structure

Signed-off-by: Stefan Gula <[email protected]>
  • Loading branch information
steweg committed Dec 19, 2024
1 parent 76504c4 commit 5b2f673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cffi/cdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ struct lyd_leafref_links_rec {
const struct lyd_node_term **target_nodes;
};

LY_ERR lyd_leafref_get_links(const struct lyd_node_term *e, const struct lyd_leafref_links_rec **);
LY_ERR lyd_leafref_get_links(const struct lyd_node_term *, const struct lyd_leafref_links_rec **);
LY_ERR lyd_leafref_link_node_tree(struct lyd_node *);
const char *lyplg_ext_stmt2str(enum ly_stmt stmt);
const struct lysp_module *lyplg_ext_parse_get_cur_pmod(const struct lysp_ctx *);
Expand Down

0 comments on commit 5b2f673

Please sign in to comment.