extern const char *DefaultConfigFile; /* DEFAULT_CONFIG_FILE */
extern const char *DefaultSwapDir; /* DEFAULT_SWAP_DIR */
extern const char *RequestMethodStr[];
+extern const char *ProtocolStr[];
extern const char *cfg_filename; /* NULL */
extern const char *const appname; /* "squid" */
extern const char *const close_bracket; /* "}\n" */
/*
- * $Id: url.cc,v 1.62 1997/08/10 06:34:33 wessels Exp $
+ * $Id: url.cc,v 1.63 1997/08/24 01:49:26 wessels Exp $
*
* DEBUG: section 23 URL Parsing
* AUTHOR: Duane Wessels
"PURGE"
};
-static char *ProtocolStr[] =
+const char *ProtocolStr[] =
{
"NONE",
"http",