]> granicus.if.org Git - apache/commitdiff
Updated the NetWare import and exports lists for the caching modules
authorBradley Nicholes <bnicholes@apache.org>
Tue, 7 May 2002 17:39:16 +0000 (17:39 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Tue, 7 May 2002 17:39:16 +0000 (17:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94999 13f79535-47bb-0310-9956-ffa450edef68

modules/arch/netware/mod_cache.def
modules/arch/netware/mod_disk_cache.def [new file with mode: 0644]
modules/arch/netware/mod_mem_cache.def
modules/experimental/mod_cache.imp [new file with mode: 0644]

index c7ab6ca4e951a25674adc33b0b37f1ea20e7538c..6fd6423bb3472485741911835677ec8fc3e8d0df 100644 (file)
@@ -1,6 +1,5 @@
 EXPORT  cache_module
-EXPORT  cache_hook_create_entity
-EXPORT  cache_hook_open_entity
-EXPORT  cache_hook_remove_url
+EXPORT  @mod_cache.imp
+
 
 
diff --git a/modules/arch/netware/mod_disk_cache.def b/modules/arch/netware/mod_disk_cache.def
new file mode 100644 (file)
index 0000000..0a9440a
--- /dev/null
@@ -0,0 +1,3 @@
+IMPORT  @mod_cache.imp
+EXPORT  disk_cache_module
+
index ce8b67a5ca46dedbfbd47246acaf916d43189b2b..531d687154caae1d89c7cb6cfa087ee2633fdc6f 100644 (file)
@@ -1,5 +1,3 @@
-IMPORT  cache_hook_create_entity
-IMPORT  cache_hook_open_entity
-IMPORT  cache_hook_remove_url
+IMPORT  @mod_cache.imp
 EXPORT  mem_cache_module
 
diff --git a/modules/experimental/mod_cache.imp b/modules/experimental/mod_cache.imp
new file mode 100644 (file)
index 0000000..a1be171
--- /dev/null
@@ -0,0 +1,20 @@
+ (MODCACHE)
+ ap_cache_request_is_conditional,
+ ap_cache_reset_output_filters,
+ ap_cache_get_cachetype,
+ ap_cache_liststr,
+ ap_cache_tokstr,
+ ap_cache_hex2usec,
+ ap_cache_usec2hex,
+ generate_name,
+ cache_hook_create_entity,
+ cache_hook_open_entity,
+ cache_hook_remove_url,
+ cache_hash_set,
+ cache_hash_this,
+ cache_hash_first,
+ cache_hash_make,
+ cache_hash_get,
+ cache_hash_next,
+ cache_hash_count,
+