X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fglobals.h;h=06ea32b8213aadc464508eca6776c53c49f457fd;hb=a750e510255a44b1861500b9b766694b37048c9d;hp=a110e2d6159f93f8d851511a503f7cb5c231ab79;hpb=13b08e1ce31c7876e928efd6567eaf1542191c58;p=thirdparty%2Fsquid.git diff --git a/src/globals.h b/src/globals.h index a110e2d615..06ea32b821 100644 --- a/src/globals.h +++ b/src/globals.h @@ -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;