From: Alan T. DeKok Date: Tue, 30 Nov 2021 16:18:48 +0000 (-0500) Subject: add map_list_tail X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f038288bbbcc90c60a5c26f3612a301558e788e;p=thirdparty%2Ffreeradius-server.git add map_list_tail --- diff --git a/src/lib/server/map.h b/src/lib/server/map.h index 7f826e97258..66a42a7cf90 100644 --- a/src/lib/server/map.h +++ b/src/lib/server/map.h @@ -162,6 +162,7 @@ extern fr_sbuff_parse_rules_t const *map_parse_rules_quoted[T_TOKEN_LAST]; #define fr_map_list_init(_list) fr_dlist_talloc_init(_list, map_t, entry) #define fr_map_list_head(_list) ((map_t *)fr_dlist_head(_list)) +#define fr_map_list_tail(_list) ((map_t *)fr_dlist_tail(_list)) #ifdef __cplusplus }