From: Stefan Eissing Date: Mon, 13 Jun 2016 09:31:09 +0000 (+0000) Subject: mod_dav: making mod_dav.h compile with clang again X-Git-Tag: 2.5.0-alpha~1509 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3597b9a443d0a56a46dd84b543fc5b7a85c8934b;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/modules/dav/main/mod_dav.h b/modules/dav/main/mod_dav.h index 93b9b4e27d0..e354e8b44ba 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 {