]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/globals.h
Merge form trunk
[thirdparty/squid.git] / src / globals.h
index a110e2d6159f93f8d851511a503f7cb5c231ab79..06ea32b8213aadc464508eca6776c53c49f457fd 100644 (file)
@@ -98,17 +98,8 @@ extern "C" {
     extern int opt_create_swap_dirs;   /* 0 */
     extern int opt_store_doublecheck;  /* 0 */
     extern int syslog_enable;  /* 0 */
-    extern int theInIcpConnection;     /* -1 */
-    extern int theOutIcpConnection;    /* -1 */
     extern int DnsSocketA;             /* -1 */
     extern int DnsSocketB;             /* -1 */
-#if SQUID_SNMP
-
-    extern int theInSnmpConnection;    /* -1 */
-    extern int theOutSnmpConnection;   /* -1 */
-    extern char *snmp_agentinfo;
-#endif
-
     extern int n_disk_objects; /* 0 */
     extern iostats IOStats;