You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2010/09/24 10:49:49 UTC

svn commit: r1000761 - /httpd/httpd/trunk/modules/cache/mod_cache.imp

Author: fuankg
Date: Fri Sep 24 08:49:49 2010
New Revision: 1000761

URL: http://svn.apache.org/viewvc?rev=1000761&view=rev
Log:
Fixed NetWare import/export list for cache modules.
Reported by normw AT gknw.net.

Modified:
    httpd/httpd/trunk/modules/cache/mod_cache.imp

Modified: httpd/httpd/trunk/modules/cache/mod_cache.imp
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_cache.imp?rev=1000761&r1=1000760&r2=1000761&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/cache/mod_cache.imp (original)
+++ httpd/httpd/trunk/modules/cache/mod_cache.imp Fri Sep 24 08:49:49 2010
@@ -1,11 +1,12 @@
  (MODCACHE)
- ap_cache_get_providers,
+ ap_cache_check_allowed,
+ ap_cache_current_age,
  ap_cache_liststr,
  ap_cache_tokstr,
  ap_cache_hex2usec,
  ap_cache_usec2hex,
- ap_cache_cacheable_hdrs_out,
  ap_cache_generate_name,
  ap_cache_cacheable_headers,
- ap_cache_cacheable_headers_out,
- ap_cache_cacheable_headers_in
+ ap_cache_cacheable_headers_in,
+ ap_cache_cacheable_headers_out
+