MINOR: tcpcheck: reintroduce proxy_parse_tcpcheck() symbol

Remove the proxy_parse_tcpcheck() static keyword.
This commit is contained in:
William Lallemand 2026-04-03 14:35:58 +02:00
parent 910a182f05
commit ed208b7e0f

View File

@ -5334,8 +5334,8 @@ static int do_parse_tcp_check_opt(char **args, int cur_arg, struct proxy *curpx,
}
/* Parses the "tcp-check" proxy keyword */
static int proxy_parse_tcpcheck(char **args, int section, struct proxy *curpx, const struct proxy *defpx,
const char *file, int line, char **errmsg)
int proxy_parse_tcpcheck(char **args, int section, struct proxy *curpx, const struct proxy *defpx,
const char *file, int line, char **errmsg)
{
struct tcpcheck_ruleset *rs = NULL;
int ret = 0, ret2;