]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_main_cc.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_main_cc.cc
CommitLineData
d3578172 1/*
bde978a6 2 * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
d3578172 3 *
4e0938ef
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.
d3578172
FC
7 */
8
f7f3304a 9#include "squid.h"
75072239 10
d3546528
FC
11#define STUB_API "stub_main_cc.cc"
12#include "tests/STUB.h"
d3578172 13
d3546528
FC
14void shut_down(int) STUB
15void reconfigure(int) STUB
16void rotate_logs(int) STUB
d3578172 17