From: Christos Tsantilas Date: Tue, 17 Jul 2012 14:29:17 +0000 (+0300) Subject: Add request_header_add option: add forgotten src/tests/stub_libformat.cc file X-Git-Tag: sourceformat-review-1~178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73a23ed4447df9054171a617e6adfdbd6885c647;p=thirdparty%2Fsquid.git Add request_header_add option: add forgotten src/tests/stub_libformat.cc file --- diff --git a/src/tests/stub_libformat.cc b/src/tests/stub_libformat.cc new file mode 100644 index 0000000000..58cd1dc203 --- /dev/null +++ b/src/tests/stub_libformat.cc @@ -0,0 +1,8 @@ +#include "squid.h" +#include "format/Format.h" + +#define STUB_API "stub_libformat.cc" +#include "tests/STUB.h" + + +void Format::Format::assemble(MemBuf &mb, const AccessLogEntryPointer &al, int logSequenceNumber) const STUB