I was just testing if I could automatically create an export list for
mod_dav when I found this in mod_dav.h:
/* --------------------------------------------------------------------
**
** MISCELLANEOUS STUFF
*/
/* fetch the "LimitXMLRequestBody" in force for this resource */
DAV_DECLARE(apr_size_t) dav_get_limit_xml_body(const request_rec *r);
which source file should this function provide? I did search through the
whole source tree, but couldnt find any other reference to this symbol ...
(BTW. same is in 2.2.x branch too)
Gün.