]> granicus.if.org Git - apache/commitdiff
Deconstify these fields...
authorBill Stoddard <stoddard@apache.org>
Thu, 7 Mar 2002 22:47:15 +0000 (22:47 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 7 Mar 2002 22:47:15 +0000 (22:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93781 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_cache.h

index 7d7fd1d5ede34a632d8ccb7fcbd10f003a77bc37..b129c2e33769fa7f1180428184cd0272e4632da9 100644 (file)
@@ -180,10 +180,10 @@ typedef struct {
 /* cache info information */
 typedef struct cache_info cache_info;
 struct cache_info {
-    const char *content_type;
-    const char *etag;
-    const char *lastmods;     /* last modified of cache entity */
-    const char *filename;   
+    char *content_type;
+    char *etag;
+    char *lastmods;         /* last modified of cache entity */
+    char *filename;   
     apr_time_t date;
     apr_time_t lastmod;
     char lastmod_str[APR_RFC822_DATE_LEN];