]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
dont need err_string[] in globals.h
authorwessels <>
Thu, 30 Oct 1997 13:23:39 +0000 (13:23 +0000)
committerwessels <>
Thu, 30 Oct 1997 13:23:39 +0000 (13:23 +0000)
src/globals.h

index 205ff8e3eb6a3f07564f57eca492fd8a11a74e1b..96adc28b1d3df3d86c373b85788d42214608c2af 100644 (file)
@@ -10,7 +10,6 @@ extern char *ConfigFile;      /* NULL */
 extern char *IcpOpcodeStr[];
 extern char *dns_error_message;        /* NULL */
 extern const char *log_tags[];
-extern const char *err_string[];
 extern char tmp_error_buf[ERROR_BUF_SZ];
 extern char *volatile debug_options;   /* NULL */
 extern char ThisCache[SQUIDHOSTNAMELEN << 1];