Tor  0.4.7.0-alpha-dev
proto_haproxy.h
1 /* Copyright (c) 2019-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
3 
4 #ifndef TOR_PROTO_HAPROXY_H
5 #define TOR_PROTO_HAPROXY_H
6 
7 struct tor_addr_port_t;
8 
9 char *haproxy_format_proxy_header_line(
10  const struct tor_addr_port_t *addr_port);
11 
12 #endif /* !defined(TOR_PROTO_HAPROXY_H) */