MINOR: acl: export find_acl_default()
authorWilly Tarreau <w@1wt.eu>
Mon, 18 Nov 2024 14:15:54 +0000 (15:15 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 9 Jan 2025 09:28:04 +0000 (10:28 +0100)
commit042e43570c069e25ef03c48700a0e529828845be
tree0c70bc9ea1aac218b48a2f5cf21fc31f3c54a557
parent0f47c13330f2183bc68151e0b03cbef026129729
MINOR: acl: export find_acl_default()

It will be needed in a future patch, so let's export it (it was static).

(cherry picked from commit 00fcda1ff28c7826d230a4dd3b235b5be19cac07)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/acl.h
src/acl.c