From: Source Maintenance Date: Thu, 29 Jan 2015 18:12:06 +0000 (+0000) Subject: SourceFormat Enforcement X-Git-Tag: merge-candidate-3-v1~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2e53f9db28ec86b3bea30b93a9ad19c34723f8;p=thirdparty%2Fsquid.git SourceFormat Enforcement --- diff --git a/doc/debug-sections.txt b/doc/debug-sections.txt index f296cafc67..5d71e97d34 100644 --- a/doc/debug-sections.txt +++ b/doc/debug-sections.txt @@ -124,7 +124,7 @@ section 75 WHOIS protocol section 76 Internal Squid Object handling section 77 Delay Pools section 78 DNS lookups -section 78 DNS lookups; interacts with lib/rfc1035.c +section 78 DNS lookups; interacts with dns/rfc1035.cc section 79 Disk IO Routines section 79 Squid-side DISKD I/O functions. section 79 Squid-side Disk I/O functions. diff --git a/src/dns/forward.h b/src/dns/forward.h index 2a6eb81292..a27ed7e0b2 100644 --- a/src/dns/forward.h +++ b/src/dns/forward.h @@ -34,3 +34,4 @@ void idnsALookup(const char *, IDNSCB *, void *); void idnsPTRLookup(const Ip::Address &, IDNSCB *, void *); #endif /* _SQUID_SRC_DNS_FORWARD_H */ +