]> git.ipfire.org Git - thirdparty/squid.git/commit - src/http.cc
Make the fooStart() functions all void
authorwessels <>
Fri, 16 May 1997 05:37:58 +0000 (05:37 +0000)
committerwessels <>
Fri, 16 May 1997 05:37:58 +0000 (05:37 +0000)
commit770f051d964337ee75b5f4b04e011940f228bca4
tree246d5b0789b081dc35fe5094e4a320e54080cdda
parentedd1e84c8fc3cf1a39ab4b89cd3141df677772e4
Make the fooStart() functions all void
Since storeLockObject no longer does swapping in, we don't need to split
fooStart() into two functions separated by the swappin callback.
src/ftp.cc
src/gopher.cc
src/http.cc
src/ssl.cc
src/tunnel.cc
src/wais.cc