Skip to content

Commit 0c43437

Browse files
cdefs: update with libyang master
The libyang master branch has changed the lysp_ext_instance structure, update it. Link: CESNET/libyang@35274cfbd Signed-off-by: Samuel Gauthier <[email protected]>
1 parent 012d144 commit 0c43437

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cffi/cdefs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ struct lysp_ext_instance {
437437
struct lysp_ext_substmt *substmts;
438438
void *parsed;
439439
struct lysp_stmt *child;
440+
struct lysp_ext_instance *exts;
440441
};
441442

442443
struct lysp_import {

0 commit comments

Comments
 (0)