]> git.ipfire.org Git - thirdparty/squid.git/commit - src/whois.cc
SourceLayout: shuffle forward.h/cc to FwdState.h/cc
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 7 Jun 2013 04:35:25 +0000 (22:35 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 7 Jun 2013 04:35:25 +0000 (22:35 -0600)
commiteb13c21eecb8f1f20039527b14cb27658acdc9c9
tree41967a329b5e1a4bb5bad4c565c00277ebbdd133
parent818892e17821f16c45f0c412d417fdbea3be5f6f
SourceLayout: shuffle forward.h/cc to FwdState.h/cc

Our convenience libraries are using the filename forward.h for forward
declarations of symbols. This clashes with the old deprecated naming
of src/forward.h at times.

Rename the src/forward.* files to FwdState.* inline with current coding
guidelines and add a source maintenance check to avoid this problem in
future.
19 files changed:
scripts/source-maintenance.sh
src/FwdState.cc [moved from src/forward.cc with 99% similarity]
src/FwdState.h [moved from src/forward.h with 100% similarity]
src/Makefile.am
src/Server.h
src/acl/Asn.cc
src/adaptation/icap/Xaction.cc
src/client_side.cc
src/client_side_reply.cc
src/ftp.cc
src/gopher.cc
src/icmp/net_db.cc
src/main.cc
src/neighbors.cc
src/peer_digest.cc
src/peer_select.cc
src/ssl/ServerBump.cc
src/urn.cc
src/whois.cc