]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_errorpage.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_errorpage.cc
CommitLineData
4e0938ef 1/*
bde978a6 2 * Copyright (C) 1996-2015 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
f7f3304a 9#include "squid.h"
aa839030 10#include "errorpage.h"
f5691f9c 11
081edc2d
AJ
12#define STUB_API "errorpage.cc"
13#include "tests/STUB.h"
f38142df 14
081edc2d
AJ
15err_type errorReservePageId(const char *page_name) STUB_RETVAL(err_type())
16void errorAppendEntry(StoreEntry * entry, ErrorState * err) STUB
17bool strHdrAcptLangGetItem(const String &hdr, char *lang, int langLen, size_t &pos) STUB_RETVAL(false)
18bool TemplateFile::loadDefault() STUB_RETVAL(false)
8ff2520a 19TemplateFile::TemplateFile(char const*, err_type) STUB
b248c2a3 20bool TemplateFile::loadFor(const HttpRequest *) STUB_RETVAL(false)
f53969cc 21