From: SquidAdm Date: Sun, 27 Jan 2019 03:00:02 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: M-staged-PR59~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75aadeb9cc1128bb50adf8fc629d3957e9a88f2f;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/src/tests/Stub.list b/src/tests/Stub.list index c65711e63c..a96c3f92de 100644 --- a/src/tests/Stub.list +++ b/src/tests/Stub.list @@ -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 \ diff --git a/src/tests/stub_HttpHeader.cc b/src/tests/stub_HttpHeader.cc index 5bd5d1e5c3..f85c466da3 100644 --- a/src/tests/stub_HttpHeader.cc +++ b/src/tests/stub_HttpHeader.cc @@ -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 + diff --git a/src/tests/stub_client_db.cc b/src/tests/stub_client_db.cc index af405b9341..9d217d6bdd 100644 --- a/src/tests/stub_client_db.cc +++ b/src/tests/stub_client_db.cc @@ -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 + diff --git a/src/tests/stub_gopher.cc b/src/tests/stub_gopher.cc index 2f8645fe40..9a19e3b7d3 100644 --- a/src/tests/stub_gopher.cc +++ b/src/tests/stub_gopher.cc @@ -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 + diff --git a/src/tests/stub_libhttp.cc b/src/tests/stub_libhttp.cc index f056a4ef63..4a9e315977 100644 --- a/src/tests/stub_libhttp.cc +++ b/src/tests/stub_libhttp.cc @@ -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. diff --git a/src/tests/stub_libstore.cc b/src/tests/stub_libstore.cc index 9d6f58a26f..27325deef5 100644 --- a/src/tests/stub_libstore.cc +++ b/src/tests/stub_libstore.cc @@ -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) } +