]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_client_db.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / tests / stub_client_db.cc
CommitLineData
f7f3304a 1#include "squid.h"
96e9c799
AJ
2/* because the clientdb API is defined in protos.h still */
3#include "protos.h"
4
081edc2d
AJ
5#define STUB_API "client_db.cc"
6#include "tests/STUB.h"
7
8void clientdbInit(void) STUB
9void clientdbUpdate(const Ip::Address &, log_type, AnyP::ProtocolType, size_t) STUB
10int clientdbCutoffDenied(const Ip::Address &) STUB_RETVAL(-1)
11void clientdbDump(StoreEntry *) STUB
12void clientdbFreeMemory(void) STUB
13int clientdbEstablished(const Ip::Address &, int) STUB_RETVAL(-1)
96e9c799 14#if USE_DELAY_POOLS
081edc2d
AJ
15void clientdbSetWriteLimiter(ClientInfo * info, const int writeSpeedLimit,const double initialBurst,const double highWatermark) STUB
16ClientInfo *clientdbGetInfo(const Ip::Address &addr) STUB_RETVAL(NULL)
96e9c799 17#endif
081edc2d
AJ
18void clientOpenListenSockets(void) STUB
19void clientHttpConnectionsClose(void) STUB