]> granicus.if.org Git - apache/commitdiff
Added the NetWare def files for mod_cache and mod_mem_cache
authorBradley Nicholes <bnicholes@apache.org>
Fri, 11 Jan 2002 23:39:22 +0000 (23:39 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Fri, 11 Jan 2002 23:39:22 +0000 (23:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92834 13f79535-47bb-0310-9956-ffa450edef68

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

diff --git a/modules/arch/netware/mod_cache.def b/modules/arch/netware/mod_cache.def
new file mode 100644 (file)
index 0000000..c7ab6ca
--- /dev/null
@@ -0,0 +1,6 @@
+EXPORT  cache_module
+EXPORT  cache_hook_create_entity
+EXPORT  cache_hook_open_entity
+EXPORT  cache_hook_remove_url
+
+
diff --git a/modules/arch/netware/mod_mem_cache.def b/modules/arch/netware/mod_mem_cache.def
new file mode 100644 (file)
index 0000000..ce8b67a
--- /dev/null
@@ -0,0 +1,5 @@
+IMPORT  cache_hook_create_entity
+IMPORT  cache_hook_open_entity
+IMPORT  cache_hook_remove_url
+EXPORT  mem_cache_module
+