X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdict.c;h=5b44f77f9b91b26fdd1f9e6c3045f13939975912;hb=d3a76fa0a6381313072abf5c38438cbe5a4c4c3e;hp=273dd8781b77f4aec743254645a67a09628b1b28;hpb=2f8165ee99278f84e43eb0dbc3a1b792fb6b4ed3;p=freeradius.git diff --git a/src/lib/dict.c b/src/lib/dict.c index 273dd87..5b44f77 100644 --- a/src/lib/dict.c +++ b/src/lib/dict.c @@ -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;