mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04:00
Revert "CLEANUP: tcpcheck: Don't needlessly expose proxy_parse_tcpcheck()"
This reverts commit 51e1562a0d.
This commit is contained in:
parent
3eebd5f67d
commit
910a182f05
1 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,10 @@ struct tcpcheck_rule *parse_tcpcheck_expect(char **args, int cur_arg, struct pro
|
|||
struct list *rules, unsigned int proto,
|
||||
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);
|
||||
|
||||
int proxy_parse_tcp_check_opt(char **args, int cur_arg, struct proxy *curpx, const struct proxy *defpx,
|
||||
const char *file, int line);
|
||||
int proxy_parse_redis_check_opt(char **args, int cur_arg, struct proxy *curpx, const struct proxy *defpx,
|
||||
|
|
|
|||
Loading…
Reference in a new issue