mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-04 02:21:53 +02:00
MINOR: tcpcheck: reintroduce proxy_parse_tcpcheck() symbol
Remove the proxy_parse_tcpcheck() static keyword.
This commit is contained in:
parent
910a182f05
commit
ed208b7e0f
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user