#include "wordlist.h"
#include "anyp/ProtocolType.h"
-class HttpRequestMethod;
-#if USE_DELAY_POOLS
-class ClientInfo;
-#endif
-
-class FwdState;
-
-class HttpRequest;
-class HttpReply;
-
-
#if SQUID_SNMP
SQUIDCEXTERN PF snmpHandleUdp;
SQUIDCEXTERN void snmpInit(void);
#define STUB_API "client_db.cc"
#include "tests/STUB.h"
+class ClientInfo;
+
void clientdbInit(void) STUB
void clientdbUpdate(const Ip::Address &, log_type, AnyP::ProtocolType, size_t) STUB
int clientdbCutoffDenied(const Ip::Address &) STUB_RETVAL(-1)