]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_http.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_http.cc
CommitLineData
4e0938ef 1/*
4ac4a490 2 * Copyright (C) 1996-2017 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 9#include "squid.h"
582c2af2 10#include "HttpReply.h"
602d9612 11#include "HttpRequest.h"
90ab8f20 12#include "sbuf/SBuf.h"
c8f4eac4 13
081edc2d
AJ
14#define STUB_API "http.cc"
15#include "tests/STUB.h"
16
90ab8f20 17SBuf httpMakeVaryMark(HttpRequest *, HttpReply const *) STUB_RETVAL(SBuf())
f53969cc 18