]> granicus.if.org Git - apache/commitdiff
fix a module reference so that it doesn't look like two files
authorJeff Trawick <trawick@apache.org>
Wed, 5 Sep 2001 13:33:42 +0000 (13:33 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 5 Sep 2001 13:33:42 +0000 (13:33 +0000)
are trying to declare it

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90901 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/cache_storage.c

index 8dec2c737c69e4f1105c1e2b9f2c36179a31b952..06776013d0a570e9a0c65cf7085d8e56836a6306 100644 (file)
@@ -66,7 +66,7 @@ APR_HOOK_STRUCT(
        APR_HOOK_LINK(open_entity)
 )
 
-module AP_MODULE_DECLARE_DATA cache_module;
+AP_DECLARE_DATA extern module cache_module;
 
 /* -------------------------------------------------------------- */