]> git.ipfire.org Git - thirdparty/squid.git/blame - src/protos.h
Bug 5428: Warn if pkg-config is not found (#1902)
[thirdparty/squid.git] / src / protos.h
CommitLineData
9cef6668 1/*
b8ae064d 2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
9cef6668 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.
9cef6668 7 */
bbc27441 8
ff9d9458
FC
9#ifndef SQUID_SRC_PROTOS_H
10#define SQUID_SRC_PROTOS_H
b5638623 11
8a648e8d
FC
12void shut_down(int);
13void rotate_logs(int);
14void reconfigure(int);
9bea1d5b 15
ff9d9458 16#endif /* SQUID_SRC_PROTOS_H */
f53969cc 17