]> git.ipfire.org Git - thirdparty/squid.git/blame - src/fs/Module.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / fs / Module.h
CommitLineData
bbc27441 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
bbc27441
AJ
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
7b5b7ba8
CT
9#ifndef SQUID_FS_MODULE_H
10#define SQUID_FS_MODULE_H
11
af6a12ee
AJ
12namespace Fs
13{
7b5b7ba8 14
8a648e8d
FC
15void Init();
16void Clean();
7b5b7ba8 17
e5519212 18} // namespace Fs
7b5b7ba8
CT
19
20#endif /* SQUID_FS_MODULE_H */
f53969cc 21