]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_stat.cc
Maintenance: Removed most NULLs using modernize-use-nullptr (#1075)
[thirdparty/squid.git] / src / tests / stub_stat.cc
CommitLineData
f5691f9c 1/*
bf95c10a 2 * Copyright (C) 1996-2022 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"
8b082ed9 12#include "Store.h"
f5691f9c 13
d33098f9
AR
14#define STUB_API "stat.cc"
15#include "tests/STUB.h"
16
17class StoreEntry;
aee3523a 18const char *storeEntryFlags(const StoreEntry *) STUB_RETVAL(nullptr)
f53969cc 19