]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/yang.c
Merge pull request #5625 from qlyoung/fix-zapi-ipset-name-nullterm
[mirror_frr.git] / lib / yang.c
index 78ea7d0dd090b6e1cf64d94e074a0e1f2b9b24c5..d153f755305a49a77f399bc7517b7f4130b7c394 100644 (file)
@@ -87,7 +87,7 @@ static inline int yang_module_compare(const struct yang_module *a,
 }
 RB_GENERATE(yang_modules, yang_module, entry, yang_module_compare)
 
-static struct yang_modules yang_modules = RB_INITIALIZER(&yang_modules);
+struct yang_modules yang_modules = RB_INITIALIZER(&yang_modules);
 
 struct yang_module *yang_module_load(const char *module_name)
 {