]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_tunnel.cc
4509fe2570fe9d66fab39d8df0a45a875b899440
[thirdparty/squid.git] / src / tests / stub_tunnel.cc
1 /*
2 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9 #include "squid.h"
10 #include "client_side_request.h"
11 #include "FwdState.h"
12 #include "http/Stream.h"
13 #include "tunnel.h"
14
15 #define STUB_API "tunnel.cc"
16 #include "tests/STUB.h"
17 class ClientHttpRequest;
18
19 void tunnelStart(ClientHttpRequest *) STUB
20
21 void switchToTunnel(HttpRequest *, const Comm::ConnectionPointer &, const Comm::ConnectionPointer &, const SBuf &) STUB
22