From 3597b9a443d0a56a46dd84b543fc5b7a85c8934b Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Mon, 13 Jun 2016 09:31:09 +0000 Subject: [PATCH] mod_dav: making mod_dav.h compile with clang again git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748155 13f79535-47bb-0310-9956-ffa450edef68 --- modules/dav/main/mod_dav.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dav/main/mod_dav.h b/modules/dav/main/mod_dav.h index 93b9b4e27d..e354e8b44b 100644 --- a/modules/dav/main/mod_dav.h +++ b/modules/dav/main/mod_dav.h @@ -486,7 +486,7 @@ typedef struct } dav_get_props_result; /* holds the contents of a element */ -typedef struct dav_response +struct dav_response { const char *href; /* always */ const char *desc; /* optional description at level */ @@ -497,7 +497,7 @@ typedef struct dav_response int status; struct dav_response *next; -} dav_response; +}; typedef struct { -- 2.50.1