MINOR: actions: Export actions lookup functions
authorThierry Fournier <thierry.fournier@ozon.io>
Sat, 28 Nov 2020 16:40:24 +0000 (17:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 2 Dec 2020 08:45:18 +0000 (09:45 +0100)
commit7a71a6d9d262d7a0f7c3d208ab339d469958011d
tree2e09c79ad0d7a7e7c257a0a82a475311dbe152ad
parent2f05cc6f86ee6beda9c42a6bb99a9a96fad37b68
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.
include/haproxy/http_rules.h
include/haproxy/tcp_rules.h
src/http_rules.c
src/tcp_rules.c