]> granicus.if.org Git - apache/commitdiff
these should be const.
authorAndré Malo <nd@apache.org>
Fri, 22 Aug 2003 02:23:41 +0000 (02:23 +0000)
committerAndré Malo <nd@apache.org>
Fri, 22 Aug 2003 02:23:41 +0000 (02:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101051 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_include.h

index d513815e950ad9dd08c9093d9573b9bd26afbd55..67c0d5b9c1a22d69289cfb7c3b415d559e50083c 100644 (file)
@@ -122,10 +122,10 @@ typedef struct {
     unsigned     argc;
 
     /* currently configured error string */
-    char        *error_str;
+    const char  *error_str;
 
     /* currently configured time format */
-    char        *time_str;
+    const char  *time_str;
 
     /* pointer to internal (non-public) data, don't touch */
     struct ssi_internal_ctx *intern;