]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_liberror.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / tests / stub_liberror.cc
1 #include "squid.h"
2 #include "error/Error.h"
3 #include "sbuf/SBuf.h"
4
5 #define STUB_API "error/liberror.la"
6 #include "tests/STUB.h"
7
8 const char * err_type_str[ERR_MAX] = {};
9
10 void Error::update(const Error &) STUB_NOP
11
12 std::ostream &operator <<(std::ostream &os, const Error &) STUB_RETVAL(os)
13
14 ErrorDetail::Pointer MakeNamedErrorDetail(const char *name) STUB_RETVAL(ErrorDetail::Pointer())
15