MINOR: actions: Export actions lookup functions
authorThierry Fournier <thierry.fournier@ozon.io>
Sat, 28 Nov 2020 16:40:24 +0000 (17:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 14 Dec 2020 08:20:53 +0000 (09:20 +0100)
commitab93f7c5d88bd43aa857043129f7997f5ad4f6c8
treee4fbd6cada56346cbf962bfa6f769336a66759e0
parent2b7983c78dc9bb0d143280a813ea75ad985b4167
MINOR: actions: Export actions lookup functions

These functions will be useful to check if a keyword is already registered.
This will be needed by a next patch to fix a bug, and will need to be
backported.

(cherry picked from commit 7a71a6d9d262d7a0f7c3d208ab339d469958011d)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/haproxy/http_rules.h
include/haproxy/tcp_rules.h
src/http_rules.c
src/tcp_rules.c