Merge pull request #1727 from jrouzierinverse/feature/eap-fast-3.0.x
[freeradius.git] / src / lib / dict.c
index 273dd87..5b44f77 100644 (file)
@@ -643,7 +643,7 @@ int dict_valid_name(char const *name)
 /*
  *     Find the parent of the attr/vendor.
  */
-static DICT_ATTR const *dict_parent(unsigned int attr, unsigned int vendor)
+DICT_ATTR const *dict_parent(unsigned int attr, unsigned int vendor)
 {
        int i;
        unsigned int base_vendor;