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 10:40:13 +0000 (11:40 +0100)
commit86f8f6f781c5aca15241aa129fd6b28ee4b3714a
treeee28e242ca15cf14040de386db5c9f20a07036e0
parent43d6bb0f44a622189994f2206022b3bdcda9a74a
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>
(cherry picked from commit ab93f7c5d88bd43aa857043129f7997f5ad4f6c8)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 3f3b931f0c4cc012c56530caef7b0182a793c26b)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
include/proto/http_rules.h
include/proto/tcp_rules.h
src/http_rules.c
src/tcp_rules.c