]> git.ipfire.org Git - thirdparty/squid.git/blame - src/adaptation/icap/Client.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / icap / Client.h
CommitLineData
774c051c 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
774c051c 3 *
bbc27441
AJ
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.
774c051c 7 */
8
9#ifndef SQUID_ICAPCLIENT_H
10#define SQUID_ICAPCLIENT_H
11
774c051c 12// ICAP-related things needed by code unaware of ICAP internals.
13
af6a12ee
AJ
14namespace Adaptation
15{
e1381638
AJ
16namespace Icap
17{
26cc52cb 18
8a648e8d
FC
19void InitModule();
20void CleanModule();
26cc52cb 21
26cc52cb
AR
22} // namespace Icap
23} // namespace Adaptation
774c051c 24
774c051c 25#endif /* SQUID_ICAPCLIENT_H */
f53969cc 26