1
0
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:
William A. Rowe Jr
2002-01-10 09:11:33 +00:00
parent aff1454d34
commit 30d1548be6
16 changed files with 26 additions and 25 deletions

View File

@@ -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 */