]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update Packable API to implement vappendf() method
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Apr 2015 01:50:41 +0000 (18:50 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 27 Apr 2015 01:50:41 +0000 (18:50 -0700)
The backend classes actually implement the vappendf()
base function receiving va_list args object.

The Printf() implementations are all duplicate code. So
provide that function in terms of a virtual vappendf().

vappendf() is incidentally the name used by SBuf API for
this operation and avoids the global vprintf() libc
definition.


Trivial merge