summaryrefslogtreecommitdiff
path: root/src/core/proto/proto_haproxy.h
blob: b1b7b0656646edcaae18de3c9f8eb85cbdb4e30e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2019-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */

#ifndef TOR_PROTO_HAPROXY_H
#define TOR_PROTO_HAPROXY_H

struct tor_addr_port_t;

char *haproxy_format_proxy_header_line(
                                    const struct tor_addr_port_t *addr_port);

#endif /* !defined(TOR_PROTO_HAPROXY_H) */