]> git.ipfire.org Git - thirdparty/squid.git/blame - src/repl_modules.h
Bug 5428: Warn if pkg-config is not found (#1902)
[thirdparty/squid.git] / src / repl_modules.h
CommitLineData
e452f48d 1/*
b8ae064d 2 * Copyright (C) 1996-2023 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
ff9d9458
FC
9#ifndef SQUID_SRC_REPL_MODULES_H
10#define SQUID_SRC_REPL_MODULES_H
bbc27441 11
e452f48d
FC
12/*
13 * Note: repl_modules.cc will be autogenerated.
14 */
15
8a648e8d 16void storeReplSetup(void);
e452f48d 17
ff9d9458 18#endif /* SQUID_SRC_REPL_MODULES_H */
f53969cc 19