mirror of
https://github.com/apache/httpd.git
synced 2025-07-29 09:01:18 +03:00
Minor MMN bump for ap_rxplus API
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@999607 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -132,7 +132,6 @@ AP_DECLARE(ap_rxplus_t*) ap_rxplus_compile(apr_pool_t *pool,
|
||||
|
||||
AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx,
|
||||
const char *pattern, char **newpattern)
|
||||
//int max_iterations)
|
||||
{
|
||||
int ret = 1;
|
||||
int startl, oldl, newl, diffsz;
|
||||
|
Reference in New Issue
Block a user