summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_userdir.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-01-10 10:11:33 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-01-10 10:11:33 +0100
commit30d1548be66a481505ee4dddc80b1a254224d9bf (patch)
tree87b3f9e0466225f047c04d60f65fff6a786f7b33 /modules/mappers/mod_userdir.c
parent *) Split all Win32 modules [excluding the core components mod_core, (diff)
downloadapache2-30d1548be66a481505ee4dddc80b1a254224d9bf.tar.xz
apache2-30d1548be66a481505ee4dddc80b1a254224d9bf.zip
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
Diffstat (limited to 'modules/mappers/mod_userdir.c')
-rw-r--r--modules/mappers/mod_userdir.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mappers/mod_userdir.c b/modules/mappers/mod_userdir.c
index e599e4c9d0..82042fb6ec 100644
--- a/modules/mappers/mod_userdir.c
+++ b/modules/mappers/mod_userdir.c
@@ -120,7 +120,7 @@
#define DEFAULT_USER_DIR "public_html"
#endif
-module userdir_module;
+module AP_MODULE_DECLARE_DATA userdir_module;
typedef struct {
int globally_disabled;
@@ -388,7 +388,7 @@ static void register_hooks(apr_pool_t *p)
#endif
}
-module userdir_module = {
+module AP_MODULE_DECLARE_DATA userdir_module = {
STANDARD20_MODULE_STUFF,
NULL, /* dir config creater */
NULL, /* dir merger --- default is to override */