What about doing:
static const char *add_ignore_header(cmd_parms *parms, void *dummy, - const char *header) + char *header)
Um, no, you can't change that. The prototype for the ITERATE directive is:
const char *(*take1) (cmd_parms *parms, void *mconfig, const char *w);
(see cmd_func in http_config.h)
I wonder if we could modify apr_array_push's cast to (const char**) instead. I don't see a particular reason why that wouldn't work instead. -- justin
