Author: joes
Date: Tue Mar 7 09:23:03 2006
New Revision: 383936
URL: http://svn.apache.org/viewcvs?rev=383936&view=rev
Log:
rename apreq_module apreq2_module to match httpd's LoadModule pattern.
Modified:
httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c
httpd/apreq/branches/apr-build-system/mod_apreq/apache2/mod_apreq2.h
Modified: httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c?rev=383936&r1=383935&r2=383936&view=diff
==============================================================================
--- httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c (original)
+++ httpd/apreq/branches/apr-build-system/mod_apreq/apache2/filter.c Tue Mar 7
09:23:03 2006
@@ -459,7 +459,7 @@
/** @} */
-module AP_MODULE_DECLARE_DATA apreq_module = {
+module AP_MODULE_DECLARE_DATA apreq2_module = {
#line __LINE__ "mod_apreq2.c"
STANDARD20_MODULE_STUFF,
apreq_create_dir_config,
Modified: httpd/apreq/branches/apr-build-system/mod_apreq/apache2/mod_apreq2.h
URL:
http://svn.apache.org/viewcvs/httpd/apreq/branches/apr-build-system/mod_apreq/apache2/mod_apreq2.h?rev=383936&r1=383935&r2=383936&view=diff
==============================================================================
--- httpd/apreq/branches/apr-build-system/mod_apreq/apache2/mod_apreq2.h
(original)
+++ httpd/apreq/branches/apr-build-system/mod_apreq/apache2/mod_apreq2.h Tue
Mar 7 09:23:03 2006
@@ -14,8 +14,8 @@
** limitations under the License.
*/
-#ifndef APREQ_APACHE2_H
-#define APREQ_APACHE2_H
+#ifndef MOD_APREQ2_H
+#define MOD_APREQ2_H
#include "apreq_module.h"
#include <httpd.h>
@@ -48,7 +48,7 @@
*
* @code
*
- * LoadModule apreq_module modules/mod_apreq2.so
+ * LoadModule apreq2_module modules/mod_apreq2.so
*
* @endcode
*
@@ -157,7 +157,7 @@
* using this apache2 module
* @see APREQ_MODULE
*/
-#define APREQ_APACHE2_MMN 20051231
+#define APREQ_APACHE2_MMN 20060307
/** @} */