]> 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)
commitd66b308f605ff9e65b82e46e875bbfed664f3cba
tree947761063f3dc7530d3e85337efea0f01bf8af43
parenta4fbbbd6f7b5e66d09558bc344759c7b57035fd8
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