On 3/20/2011 10:39 AM, Guenter Knauf wrote: > Am 20.03.2011 09:47, schrieb Guenter Knauf: >> 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) > digged some deeper, and found this commit: > http://svn.apache.org/viewvc?view=revision&revision=85816 > to me it looks like it was just forgotten to remove the > dav_get_limit_xml_body() prototype > from mod_dav.h with this commit ... > if nobody objects I will remove it tommorow, and propose the backport.
Go ahead and simply remove it, just as the docs team would backport whatever documentation cleanup was appropriate without a STATUS dance. No code is actually harmed in this exercise.
