]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_stat.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_stat.cc
CommitLineData
f5691f9c 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
f5691f9c 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.
f5691f9c 7 */
8
4e0938ef
AJ
9/* DEBUG: section 18 Cache Manager Statistics */
10
582c2af2 11#include "squid.h"
f5691f9c 12
d33098f9
AR
13#define STUB_API "stat.cc"
14#include "tests/STUB.h"
15
16class StoreEntry;
17const char *storeEntryFlags(const StoreEntry *) STUB_RETVAL(NULL)
f53969cc 18