1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-01 07:26:57 +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:
Nick Kew
2010-09-21 20:31:31 +00:00
parent 6c656ff74a
commit 7ce8126f31
2 changed files with 2 additions and 2 deletions

View File

@ -258,6 +258,7 @@
* 20100919.0 (2.3.9-dev) Authz providers: Add parsed_require_line parameter * 20100919.0 (2.3.9-dev) Authz providers: Add parsed_require_line parameter
* to check_authorization() function. Add * to check_authorization() function. Add
* parse_require_line() function. * parse_require_line() function.
* 20100919.1 (2.3.9-dev) Introduce ap_rxplus util/API
*/ */
#define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */ #define MODULE_MAGIC_COOKIE 0x41503234UL /* "AP24" */
@ -265,7 +266,7 @@
#ifndef MODULE_MAGIC_NUMBER_MAJOR #ifndef MODULE_MAGIC_NUMBER_MAJOR
#define MODULE_MAGIC_NUMBER_MAJOR 20100919 #define MODULE_MAGIC_NUMBER_MAJOR 20100919
#endif #endif
#define MODULE_MAGIC_NUMBER_MINOR 0 /* 0...n */ #define MODULE_MAGIC_NUMBER_MINOR 1 /* 0...n */
/** /**
* Determine if the server's current MODULE_MAGIC_NUMBER is at least a * Determine if the server's current MODULE_MAGIC_NUMBER is at least a

View File

@ -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, AP_DECLARE(int) ap_rxplus_exec(apr_pool_t *pool, ap_rxplus_t *rx,
const char *pattern, char **newpattern) const char *pattern, char **newpattern)
//int max_iterations)
{ {
int ret = 1; int ret = 1;
int startl, oldl, newl, diffsz; int startl, oldl, newl, diffsz;