]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
more EBIT replacements
authorwessels <>
Tue, 15 Sep 1998 04:18:04 +0000 (04:18 +0000)
committerwessels <>
Tue, 15 Sep 1998 04:18:04 +0000 (04:18 +0000)
src/urn.cc

index 6a6d95a1867528c112790c303eb6c2fb90cbe992..d2ee372d76f3f57457f5f8d7a877803896894456 100644 (file)
@@ -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
 
 #include "squid.h"
 
+enum {
+    URN_FORCE_MENU
+};
+
 typedef struct {
     StoreEntry *entry;
     StoreEntry *urlres_e;