]> git.ipfire.org Git - thirdparty/squid.git/commit - src/structs.h
SourceLayout: DNS component code style changes
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Jan 2012 02:19:30 +0000 (19:19 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 3 Jan 2012 02:19:30 +0000 (19:19 -0700)
commitf64091a7feba6201f19f6b311449225fd0e515e7
tree9676090bac9205b329a17278e4f882749045196f
parentcec4754fbea4463e81f1c4a8cdf91d835ec2a858
SourceLayout: DNS component code style changes

- removes "dnsserver" terminology from all the Squid internals and
  ./configure docs. Replacing it with "helper" to avoid confusion.

- updates the automake conditional to ENABLE_DNSHELPER and code define
  to USE_DNSHELPER inline with coding guidelines.

- shuffles the DNS API definitions to their own header, SquidDns.h, and
  de-duplicates the init/shutdown API calls to remove some #if
17 files changed:
configure.ac
squid3.dox
src/Makefile.am
src/SquidDns.h [new file with mode: 0644]
src/cache_cf.cc
src/cf.data.pre
src/cf_gen_defines
src/client_side_reply.cc
src/dns.cc
src/dns_internal.cc
src/enums.h
src/fqdncache.cc
src/ipcache.cc
src/main.cc
src/protos.h
src/snmp_core.cc
src/structs.h