dgaudet 97/07/26 19:10:41
Modified: src mod_rewrite.c
Log:
add static to cachep. (Ralf if it's exported for a reason I can't see
then maybe change it to rewrite_cachep)
Revision Changes Path
1.41 +1 -1 apache/src/mod_rewrite.c
Index: mod_rewrite.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_rewrite.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- mod_rewrite.c 1997/07/26 11:33:44 1.40
+++ mod_rewrite.c 1997/07/27 02:10:39 1.41
@@ -217,7 +217,7 @@
};
/* the cache */
-cache *cachep;
+static cache *cachep;
/* whether proxy module is available or not */
static int proxy_available;