]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_store_client.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_store_client.cc
index 16e87d28c062074b1164e7e5d094d954b736ac9b..0870ddd693abd922b01542cb9092575d4d89fd2d 100644 (file)
@@ -1,6 +1,14 @@
-#include "squid-old.h"
-#include "StoreClient.h"
+/*
+ * Copyright (C) 1996-2017 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 "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)
+