Commit 63cd8666 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent 3ef82c5b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment