]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_store_client.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / tests / stub_store_client.cc
index c90f04277ca261969f0d9b509c32b5bca6affa7c..2a138748e9b6bafacd5e5ff3dffe8cd8f030372d 100644 (file)
@@ -1,6 +1,14 @@
+/*
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #include "squid.h"
-#include "StoreClient.h"
 #include "Store.h"
+#include "StoreClient.h"
 
 #define STUB_API "store_client.cc"
 #include "tests/STUB.h"
@@ -25,8 +33,8 @@ storeLog(int tag, const StoreEntry * e)
 void storeLogOpen(void) STUB
 void storeDigestInit(void) STUB
 void storeRebuildStart(void) STUB
-const char *storeEntryFlags(const StoreEntry *) STUB_RETVAL(NULL)
 void storeReplSetup(void) STUB
 bool store_client::memReaderHasLowerOffset(int64_t anOffset) const STUB_RETVAL(false)
 void store_client::dumpStats(MemBuf * output, int clientNumber) const STUB
 int store_client::getType() const STUB_RETVAL(0)
+