]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_client_db.cc
Removed some now-useless forward-declarations in protos.h
[thirdparty/squid.git] / src / tests / stub_client_db.cc
1 #include "squid.h"
2 /* because the clientdb API is defined in protos.h still */
3 #include "protos.h"
4
5 #define STUB_API "client_db.cc"
6 #include "tests/STUB.h"
7
8 class ClientInfo;
9
10 void clientdbInit(void) STUB
11 void clientdbUpdate(const Ip::Address &, log_type, AnyP::ProtocolType, size_t) STUB
12 int clientdbCutoffDenied(const Ip::Address &) STUB_RETVAL(-1)
13 void clientdbDump(StoreEntry *) STUB
14 void clientdbFreeMemory(void) STUB
15 int clientdbEstablished(const Ip::Address &, int) STUB_RETVAL(-1)
16 #if USE_DELAY_POOLS
17 void clientdbSetWriteLimiter(ClientInfo * info, const int writeSpeedLimit,const double initialBurst,const double highWatermark) STUB
18 ClientInfo *clientdbGetInfo(const Ip::Address &addr) STUB_RETVAL(NULL)
19 #endif
20 void clientOpenListenSockets(void) STUB
21 void clientHttpConnectionsClose(void) STUB