]> granicus.if.org Git - apache/commit
grr... mod_mem_cache didn't take kindly to that constness fix. So I'm
authorCliff Woolley <jwoolley@apache.org>
Mon, 6 May 2002 01:10:24 +0000 (01:10 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 6 May 2002 01:10:24 +0000 (01:10 +0000)
commitc637da7bd8bea034a3e81963631cf27645444003
tree947761063f3dc7530d3e85337efea0f01bf8af43
parente4d5bdf696fa6978a3ccb5f0a92f8c00f2852f6e
grr... mod_mem_cache didn't take kindly to that constness fix.  So I'm
reverting it and will just have to live with the warning for now.  FirstBill,
what's The Right Way to fix this?  Should we drop all the const qualifiers
in there, or should cache_hash_set() return a const void * and mod_mem_cache
should cast away the const, or what?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94936 13f79535-47bb-0310-9956-ffa450edef68
modules/experimental/cache_hash.c
modules/experimental/cache_hash.h