]> granicus.if.org Git - apache/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)
commitaf4581a4cd0966cd55bf86dd09b16e8bf9bc8953
treec6c47370ec00937d099c67ec559e8ec0691c9ec3
parent7cf10a490d6407bb2fe004351258673b8d449771
  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