]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/client_db.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / client_db.h
index 454f90c88a96418e44e2d6e03c92a01f39dd6e32..99389b34b93943637c2371d49560a5f24aeb8d55 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
 #define SQUID_CLIENT_DB_H_
 
 #include "anyp/ProtocolType.h"
-//#include "enums.h"
 #include "ip/Address.h"
 #include "LogTags.h"
+#if SQUID_SNMP
+#include "cache_snmp.h"
+#include "snmp_vars.h"
+#endif
 
 namespace Ip
 {
@@ -37,6 +40,7 @@ ClientInfo * clientdbGetInfo(const Ip::Address &addr);
 
 #if SQUID_SNMP
 Ip::Address *client_entry(Ip::Address *current);
+variable_list *snmp_meshCtblFn(variable_list *, snint *);
 #endif
 
 #endif /* SQUID_CLIENT_DB_H_ */