bind9/lib/isc/include
Evan Hunt 5cff8f9017 implicitly declare list elements in ISC_LIST_FOREACH macros
ISC_LIST_FOREACH and related macros now use 'typeof(list.head)' to
declare the list elements automatically; the caller no longer needs
to do so.

ISC_LIST_FOREACH_SAFE also now implicitly declares its own 'next'
pointer, so it only needs three parameters instead of four.
2025-03-31 13:37:47 -07:00
..
isc implicitly declare list elements in ISC_LIST_FOREACH macros 2025-03-31 13:37:47 -07:00
.clang-format Add separate .clang-format files for headers 2020-02-14 09:31:05 +01:00