| 238 | } |
| 239 | |
| 240 | static const char *add_alias_regex(cmd_parms *cmd, void *dummy, |
| 241 | const char *fake, const char *real) |
| 242 | { |
| 243 | return add_alias_internal(cmd, dummy, fake, real, 1); |
| 244 | } |
| 245 | |
| 246 | static const char *add_redirect_internal(cmd_parms *cmd, |
| 247 | alias_dir_conf *dirconf, |
nothing calls this directly
no test coverage detected