From: wessels <> Date: Tue, 15 Sep 1998 04:18:04 +0000 (+0000) Subject: more EBIT replacements X-Git-Tag: SQUID_3_0_PRE1~2732 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3e0913f99d99014a69bbc2673a21caffdcc4582;p=thirdparty%2Fsquid.git more EBIT replacements --- diff --git a/src/urn.cc b/src/urn.cc index 6a6d95a186..d2ee372d76 100644 --- a/src/urn.cc +++ b/src/urn.cc @@ -1,7 +1,7 @@ /* * - * $Id: urn.cc,v 1.46 1998/09/14 22:18:46 wessels Exp $ + * $Id: urn.cc,v 1.45 1998/09/14 22:18:04 wessels Exp $ * * DEBUG: section 52 URN Parsing * AUTHOR: Kostas Anagnostakis @@ -36,6 +36,10 @@ #include "squid.h" +enum { + URN_FORCE_MENU +}; + typedef struct { StoreEntry *entry; StoreEntry *urlres_e;