]> git.ipfire.org Git - thirdparty/squid.git/blame - src/repl_modules.h
Source Format Enforcement (#963)
[thirdparty/squid.git] / src / repl_modules.h
CommitLineData
e452f48d 1/*
bf95c10a 2 * Copyright (C) 1996-2022 The Squid Software Foundation and contributors
e452f48d 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.
e452f48d
FC
7 */
8
bbc27441
AJ
9#ifndef SQUID_REPL_MODULES_H_
10#define SQUID_REPL_MODULES_H_
11
e452f48d
FC
12/*
13 * Note: repl_modules.cc will be autogenerated.
14 */
15
8a648e8d 16void storeReplSetup(void);
e452f48d
FC
17
18#endif /* SQUID_REPL_MODULES_H_ */
f53969cc 19