From: Christopher Faulet Date: Thu, 26 Mar 2026 22:01:04 +0000 (+0100) Subject: CLEANUP: tcpcheck: Don't needlessly expose proxy_parse_tcpcheck() X-Git-Tag: v3.4-dev8~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e1562a0d4fe7fc5b808ec952ae4f03b4a5d85f;p=thirdparty%2Fhaproxy.git CLEANUP: tcpcheck: Don't needlessly expose proxy_parse_tcpcheck() proxy_parse_tcpcheck() function is not used outside of tcpcheck.c file. So stop to export it. --- diff --git a/include/haproxy/tcpcheck.h b/include/haproxy/tcpcheck.h index 23059868c..cab0b6732 100644 --- a/include/haproxy/tcpcheck.h +++ b/include/haproxy/tcpcheck.h @@ -83,10 +83,6 @@ 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,