]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
SourceFormat Enforcement
authorSquidAdm <noc@lists.squid-cache.org>
Sun, 27 Jan 2019 03:00:02 +0000 (03:00 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Thu, 7 Feb 2019 00:34:47 +0000 (13:34 +1300)
src/tests/Stub.list
src/tests/stub_HttpHeader.cc
src/tests/stub_client_db.cc
src/tests/stub_gopher.cc
src/tests/stub_libhttp.cc
src/tests/stub_libstore.cc

index c65711e63ceb8298e10e9f723aabc4080c2dee8e..a96c3f92de5a9cc0ab837d11bc0bc4334ee99fc9 100644 (file)
@@ -81,6 +81,7 @@ STUB_SOURCE= tests/STUB.h \
        tests/stub_store_rebuild.cc \
        tests/stub_store_stats.cc \
        tests/stub_store_swapout.cc \
+       tests/stub_SwapDir.cc \
        tests/stub_time.cc \
        tests/stub_tools.cc \
        tests/stub_tunnel.cc \
index 5bd5d1e5c343e71af5ec3a7e27fb9819f98922be..f85c466da37b6c079eff804f193caca366e7178f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -89,3 +89,4 @@ int httpHeaderParseQuotedString(const char *, const int, String *) STUB_RETVAL(-
 SBuf httpHeaderQuoteString(const char *) STUB_RETVAL(SBuf())
 void httpHeaderCalcMask(HttpHeaderMask *, Http::HdrType [], size_t) STUB
 void httpHeaderInitModule() STUB
+
index af405b934164d81d704aabe2b0a4e273f204e021..9d217d6bddd19819f6c9acabf4a32320aa45ef45 100644 (file)
@@ -25,3 +25,4 @@ ClientInfo *clientdbGetInfo(const Ip::Address &addr) STUB_RETVAL(nullptr)
 Ip::Address *client_entry(Ip::Address *) STUB_RETVAL(nullptr)
 variable_list *snmp_meshCtblFn(variable_list *, snint *) STUB_RETVAL(nullptr)
 #endif
+
index 2f8645fe40e69395094341ca10dc80cc60c60c3c..9a19e3b7d3a8a7a7ff376186d4e5fcce304e6757 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -14,3 +14,4 @@
 #include "gopher.h"
 void gopherStart(FwdState *) STUB
 int gopherCachable(const HttpRequest *) STUB
+
index f056a4ef630d8e262f8c15a367a2d5469a1700a4..4a9e315977060d46923d902d2a3fadfb03263608 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
index 9d6f58a26f53d0afc0d2a50a3e8f10b89dd3cf0e..27325deef53a4582e3e5df1f855c0fb716f53def 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2019 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -140,3 +140,4 @@ namespace Store
 {
 StoreSearch *NewLocalSearch() STUB_RETVAL(nullptr)
 }
+