]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_http.cc
Docs: update SPONSORS list
[thirdparty/squid.git] / src / tests / stub_http.cc
CommitLineData
4e0938ef 1/*
ef57eb7b 2 * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
4e0938ef
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
582c2af2
FC
9#include "squid.h"
10
582c2af2 11#include "HttpReply.h"
602d9612 12#include "HttpRequest.h"
c8f4eac4 13
081edc2d
AJ
14#define STUB_API "http.cc"
15#include "tests/STUB.h"
16
17const char * httpMakeVaryMark(HttpRequest * request, HttpReply const * reply) STUB_RETVAL(NULL)
f53969cc 18