]> granicus.if.org Git - apache/commitdiff
mod_dav: making mod_dav.h compile with clang again
authorStefan Eissing <icing@apache.org>
Mon, 13 Jun 2016 09:31:09 +0000 (09:31 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 13 Jun 2016 09:31:09 +0000 (09:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1748155 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.h

index 93b9b4e27d0a8538bcec800aee1d2313f2b849b3..e354e8b44bacaf22385f656fdedc194c9ebfa809 100644 (file)
@@ -486,7 +486,7 @@ typedef struct
 } dav_get_props_result;
 
 /* holds the contents of a <response> element */
-typedef struct dav_response
+struct dav_response
 {
     const char *href;           /* always */
     const char *desc;           /* optional description at <response> level */
@@ -497,7 +497,7 @@ typedef struct dav_response
     int status;
 
     struct dav_response *next;
-} dav_response;
+};
 
 typedef struct
 {