]> git.ipfire.org Git - thirdparty/squid.git/commit
Address Alex's comments.
authorBenno Rice <benno@squid-cache.org>
Wed, 3 Sep 2008 04:40:31 +0000 (14:40 +1000)
committerBenno Rice <benno@squid-cache.org>
Wed, 3 Sep 2008 04:40:31 +0000 (14:40 +1000)
commit6e44cca816c16ba7bd14a98d2e9f363f8e3c3e84
treee3cdbff3451e4170619ece477462a1f94f7cb795
parent71051277538ad1caed28ad93ccbc0e230e5f3fd6
Address Alex's comments.

- Use bool instead of int for urlIsRelative.
- Document what leads to a NULL return in urlMakeAbsolute.
- Declare variables closer to where they're used.
- Fix indentation.
src/protos.h
src/url.cc