]> git.ipfire.org Git - thirdparty/squid.git/blame - src/protos.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / protos.h
CommitLineData
9cef6668 1/*
4ac4a490 2 * Copyright (C) 1996-2017 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
b5638623 9#ifndef SQUID_PROTOS_H
10#define SQUID_PROTOS_H
11
8a648e8d
FC
12void shut_down(int);
13void rotate_logs(int);
14void reconfigure(int);
9bea1d5b 15
b5638623 16#endif /* SQUID_PROTOS_H */
f53969cc 17