]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_errorpage.cc
Removed squid-old.h
[thirdparty/squid.git] / src / tests / stub_errorpage.cc
1 #include "squid.h"
2 #include "errorpage.h"
3 #include "protos.h"
4
5 #define STUB_API "errorpage.cc"
6 #include "tests/STUB.h"
7
8 err_type errorReservePageId(const char *page_name) STUB_RETVAL(err_type())
9 void errorAppendEntry(StoreEntry * entry, ErrorState * err) STUB
10 bool strHdrAcptLangGetItem(const String &hdr, char *lang, int langLen, size_t &pos) STUB_RETVAL(false)
11 bool TemplateFile::loadDefault() STUB_RETVAL(false)
12 TemplateFile::TemplateFile(char const*, err_type) STUB
13 bool TemplateFile::loadFor(HttpRequest*) STUB_RETVAL(false)