From 10c736fd7d9868f7772cda46e89fb0df53020d16 Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Mon, 17 Sep 2012 15:31:37 +0200 Subject: [PATCH] Fixed missing debug sections declarations --- src/AuthReg.h | 3 +-- src/CacheMgrPasswd.cc | 3 --- src/CacheMgrPasswd.h | 3 --- src/HttpHeaderFieldStat.h | 3 --- src/RegexList.h | 3 --- src/SquidConfig.h | 3 --- src/acl/AclDenyInfoList.h | 3 --- src/mime.h | 4 ++-- src/multicast.cc | 1 - src/multicast.h | 4 ++-- src/snmp_agent.h | 4 ++-- src/urn.cc | 1 - src/urn.h | 4 ++-- 13 files changed, 9 insertions(+), 30 deletions(-) diff --git a/src/AuthReg.h b/src/AuthReg.h index 4662eba5cc..e707cdd651 100644 --- a/src/AuthReg.h +++ b/src/AuthReg.h @@ -1,8 +1,7 @@ #ifndef SQUID_AUTHREG_H_ #define SQUID_AUTHREG_H_ /* - * DEBUG: section - * AUTHOR: + * DEBUG: section 29 Authenticator * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- diff --git a/src/CacheMgrPasswd.cc b/src/CacheMgrPasswd.cc index 7c6dc78390..837bb692d0 100644 --- a/src/CacheMgrPasswd.cc +++ b/src/CacheMgrPasswd.cc @@ -1,7 +1,4 @@ /* - * DEBUG: section - * AUTHOR: - * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- * diff --git a/src/CacheMgrPasswd.h b/src/CacheMgrPasswd.h index f48edceeba..0ca6feb0c0 100644 --- a/src/CacheMgrPasswd.h +++ b/src/CacheMgrPasswd.h @@ -1,9 +1,6 @@ #ifndef SQUID_CACHEMGRPASSWD_H_ #define SQUID_CACHEMGRPASSWD_H_ /* - * DEBUG: section - * AUTHOR: - * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- * diff --git a/src/HttpHeaderFieldStat.h b/src/HttpHeaderFieldStat.h index 2753f23ba6..77ed5124d3 100644 --- a/src/HttpHeaderFieldStat.h +++ b/src/HttpHeaderFieldStat.h @@ -1,9 +1,6 @@ #ifndef SQUID_HTTPHEADERFIELDSTAT_H_ #define SQUID_HTTPHEADERFIELDSTAT_H_ /* - * DEBUG: section - * AUTHOR: - * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- * diff --git a/src/RegexList.h b/src/RegexList.h index 0dd8905d05..bbcf6e962c 100644 --- a/src/RegexList.h +++ b/src/RegexList.h @@ -1,9 +1,6 @@ #ifndef SQUID_REGEXLIST_H_ #define SQUID_REGEXLIST_H_ /* - * DEBUG: section - * AUTHOR: - * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- * diff --git a/src/SquidConfig.h b/src/SquidConfig.h index 747f9d3fb7..9f7c416707 100644 --- a/src/SquidConfig.h +++ b/src/SquidConfig.h @@ -1,9 +1,6 @@ #ifndef SQUID_SQUIDCONFIG_H_ #define SQUID_SQUIDCONFIG_H_ /* - * DEBUG: section - * AUTHOR: - * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- * diff --git a/src/acl/AclDenyInfoList.h b/src/acl/AclDenyInfoList.h index e878970ec0..7b11b1c7e5 100644 --- a/src/acl/AclDenyInfoList.h +++ b/src/acl/AclDenyInfoList.h @@ -1,9 +1,6 @@ #ifndef SQUID_ACLDENYINFOLIST_H_ #define SQUID_ACLDENYINFOLIST_H_ /* - * DEBUG: section - * AUTHOR: - * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- * diff --git a/src/mime.h b/src/mime.h index b7209ef679..8d1577683d 100644 --- a/src/mime.h +++ b/src/mime.h @@ -1,6 +1,6 @@ /* - * DEBUG: section - * AUTHOR: + * DEBUG: section 25 MIME Parsing and Internal Icons + * AUTHOR: Harvest Derived * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- diff --git a/src/multicast.cc b/src/multicast.cc index 9af976ae1e..dbc5194c76 100644 --- a/src/multicast.cc +++ b/src/multicast.cc @@ -1,4 +1,3 @@ - /* * DEBUG: section 07 Multicast * AUTHOR: Martin Hamilton diff --git a/src/multicast.h b/src/multicast.h index 66e4d6f0e5..5ed6b6e881 100644 --- a/src/multicast.h +++ b/src/multicast.h @@ -1,6 +1,6 @@ /* - * DEBUG: section - * AUTHOR: + * DEBUG: section 07 Multicast + * AUTHOR: Martin Hamilton * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- diff --git a/src/snmp_agent.h b/src/snmp_agent.h index 7440e1547b..9bb1fc1058 100644 --- a/src/snmp_agent.h +++ b/src/snmp_agent.h @@ -1,8 +1,8 @@ #ifndef SQUID_SNMP_AGENT_H_ #define SQUID_SNMP_AGENT_H_ /* - * DEBUG: section - * AUTHOR: + * DEBUG: section 49 SNMP Interface + * AUTHOR: Kostas Anagnostakis * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- diff --git a/src/urn.cc b/src/urn.cc index c5c5964042..0fbdd13709 100644 --- a/src/urn.cc +++ b/src/urn.cc @@ -1,4 +1,3 @@ - /* * DEBUG: section 52 URN Parsing * AUTHOR: Kostas Anagnostakis diff --git a/src/urn.h b/src/urn.h index cd5f2dcdf7..96dc6b0544 100644 --- a/src/urn.h +++ b/src/urn.h @@ -1,6 +1,6 @@ /* - * DEBUG: section - * AUTHOR: + * DEBUG: section 52 URN Parsing + * AUTHOR: Kostas Anagnostakis * * SQUID Web Proxy Cache http://www.squid-cache.org/ * ---------------------------------------------------------- -- 2.47.2