Commit 4ced2a4c authored by Victor J. Orlikowski's avatar Victor J. Orlikowski
Browse files

Fix a couple of compiler warnings, since these are macros, not functions.

Submitted by: Justin Erenkrantz <jerenkrantz@ebuilt.com>
Reviewed by: Victor Orlikowski <orlikowski@apache.org>


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89656 13f79535-47bb-0310-9956-ffa450edef68
parent fca26ba8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4724,8 +4724,8 @@ APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(dav, DAV, int, find_liveprop,
                                      (const dav_resource *resource,
                                       const char *ns_uri, const char *name,
                                       const dav_hooks_liveprop **hooks),
                                     (resource, ns_uri, name, hooks), 0);
                                     (resource, ns_uri, name, hooks), 0)
APR_IMPLEMENT_EXTERNAL_HOOK_VOID(dav, DAV, insert_all_liveprops,
                                 (request_rec *r, const dav_resource *resource,
                                  dav_prop_insert what, ap_text_header *phdr),
                                 (r, resource, what, phdr));
                                 (r, resource, what, phdr))