]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
slab: Remove implicit fr_ prefix
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 3 Apr 2023 22:40:09 +0000 (16:40 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 3 Apr 2023 22:40:09 +0000 (16:40 -0600)
commitf46848e1a8d495b882847df8239aea4f2bbcf707
tree380eeae715df5ca76367326fab863f0c48b5f1cc
parent7e96ae9676e6747b38e241b922111949d4884040
slab: Remove implicit fr_ prefix

Yes, the framework for creating slabs is in the util library, but the functions and types it produces may not be so should not have an implicit fr_ prefix.
src/lib/util/slab.h
src/lib/util/slab_tests.c
src/modules/rlm_imap/rlm_imap.c
src/modules/rlm_rest/io.c
src/modules/rlm_rest/rest.h
src/modules/rlm_rest/rlm_rest.c
src/modules/rlm_smtp/rlm_smtp.c