mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -64,7 +64,8 @@
|
||||
|
||||
#include "apr_buckets.h"
|
||||
#include "util_filter.h"
|
||||
AP_DECLARE_DATA module echo_module;
|
||||
|
||||
module AP_MODULE_DECLARE_DATA echo_module;
|
||||
|
||||
typedef struct {
|
||||
int bEnabled;
|
||||
@@ -133,7 +134,7 @@ static void register_hooks(apr_pool_t *p)
|
||||
APR_HOOK_MIDDLE);
|
||||
}
|
||||
|
||||
AP_DECLARE_DATA module echo_module = {
|
||||
module AP_MODULE_DECLARE_DATA echo_module = {
|
||||
STANDARD20_MODULE_STUFF,
|
||||
NULL, /* create per-directory config structure */
|
||||
NULL, /* merge per-directory config structures */
|
||||
|
Reference in New Issue
Block a user