]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_http.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_http.cc
1 #include "squid.h"
2
3 #include "HttpReply.h"
4 #include "HttpRequest.h"
5
6 #define STUB_API "http.cc"
7 #include "tests/STUB.h"
8
9 const char * httpMakeVaryMark(HttpRequest * request, HttpReply const * reply) STUB_RETVAL(NULL)