]> git.ipfire.org Git - thirdparty/squid.git/commit
Fix build errors in rev.13012
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 2 Oct 2013 03:41:06 +0000 (21:41 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 2 Oct 2013 03:41:06 +0000 (21:41 -0600)
commitd779e7111a296a028da80f4ab44aff1989bfbf8c
tree6a0be779cdf0e57634de09fb0e124014a3de8477
parentbf16486317817374ee808bcb3599186971276521
Fix build errors in rev.13012

static functions defined in headers (.h) must be used in all .cc which
include them. Functions which are not always used must be defined as
inline instead.

This resolves warning: 'const char* LogTime()' defined but not used
helpers/negotiate_auth/kerberos/negotiate_kerberos.h