]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_http.cc
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / tests / stub_http.cc
CommitLineData
4e0938ef 1/*
b8ae064d 2 * Copyright (C) 1996-2023 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"
8b082ed9 10#include "http.h"
90ab8f20 11#include "sbuf/SBuf.h"
c8f4eac4 12
081edc2d
AJ
13#define STUB_API "http.cc"
14#include "tests/STUB.h"
15
8b082ed9
FC
16class HttpRequest;
17class HttpReply;
90ab8f20 18SBuf httpMakeVaryMark(HttpRequest *, HttpReply const *) STUB_RETVAL(SBuf())
f53969cc 19