]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_libstore.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / tests / stub_libstore.cc
index 9d6f58a26f53d0afc0d2a50a3e8f10b89dd3cf0e..bf27ae66fb2542ff1e62d62d09b4360514762aa0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -41,7 +41,7 @@ void Controller::updateLimits() STUB
 void Controller::handleIdleEntry(StoreEntry &) STUB
 void Controller::freeMemorySpace(const int) STUB
 void Controller::memoryOut(StoreEntry &, const bool) STUB
-void Controller::updateOnNotModified(StoreEntry *, const StoreEntry &) STUB
+void Controller::updateOnNotModified(StoreEntry *, StoreEntry &) STUB
 bool Controller::allowCollapsing(StoreEntry *, const RequestFlags &, const HttpRequestMethod &) STUB_RETVAL(false)
 void Controller::addReading(StoreEntry *, const cache_key *) STUB
 void Controller::addWriting(StoreEntry *, const cache_key *) STUB
@@ -140,3 +140,4 @@ namespace Store
 {
 StoreSearch *NewLocalSearch() STUB_RETVAL(nullptr)
 }
+