]> git.ipfire.org Git - thirdparty/squid.git/blame - src/esi/Module.h
Boilerplate: update copyright blurbs on src/
[thirdparty/squid.git] / src / esi / Module.h
CommitLineData
bbc27441
AJ
1/*
2 * Copyright (C) 1996-2014 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
9cee61d8
AR
9#ifndef SQUID_ESI_MODULE_H
10#define SQUID_ESI_MODULE_H
11
af6a12ee
AJ
12namespace Esi
13{
9cee61d8 14
8a648e8d
FC
15void Init();
16void Clean();
9cee61d8 17
e5519212 18} // namespace Esi
9cee61d8
AR
19
20#endif /* SQUID_ESI_MODULE_H */