Commit 000fb9f2 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Removed dav_get_limit_xml_body() from mod_dav.h.

This was a forgotten prototype hanging around for close
to 11 years where no code for existed (see r85816);
now removed from all branches per wrowe's permission.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1083536 13f79535-47bb-0310-9956-ffa450edef68
parent 50a7fb19
Loading
Loading
Loading
Loading
+0 −3
Changes for modules/dav/main/mod_dav.h: 0 added lines, 3 removed lines.
Original line number Diff line number Diff line
@@ -2405,9 +2405,6 @@ struct dav_hooks_search {
** MISCELLANEOUS STUFF
*/

/* fetch the "LimitXMLRequestBody" in force for this resource */
DAV_DECLARE(apr_size_t) dav_get_limit_xml_body(const request_rec *r);

typedef struct {
    int propid;                          /* live property ID */
    const dav_hooks_liveprop *provider;  /* the provider defining this prop */