]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix some const confusion with simpler code.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 29 Nov 2000 19:39:17 +0000 (19:39 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 29 Nov 2000 19:39:17 +0000 (19:39 +0000)
commit63cd8666a544d723f561664b115da5aff0003071
treec6c47370ec00937d099c67ec559e8ec0691c9ec3
parent3ef82c5be4038f9feaad4f27ea51f8b8e5dd1144
  Fix some const confusion with simpler code.

  XXX note that 1.3.13 grew the xmethods in some recent patch:
  typedef struct {
    table *action_types;       /* Added with Action... */
    char *scripted[METHODS];   /* Added with Script... */
    array_header *xmethods;    /* Added with Script -- extension methods */
  } action_dir_config;
  XXx seems like whoever applied needs to port forward to 2.0 :-)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87133 13f79535-47bb-0310-9956-ffa450edef68
modules/mappers/mod_actions.c