Skip to content

Commit 52e074e

Browse files
committed
schema mount BUGFIX missing macro
1 parent 9b308c1 commit 52e074e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins_exts/schema_mount.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ schema_mount_dup_parent_ref(const struct lysc_ext_instance *ext, const struct ly
840840
return ret;
841841
}
842842

843-
LY_ERR
843+
LIBYANG_API_DEF LY_ERR
844844
lyplg_ext_schema_mount_get_parent_ref(const struct lysc_ext_instance *ext, struct ly_set **refs)
845845
{
846846
LY_ERR rc;

0 commit comments

Comments
 (0)