summaryrefslogtreecommitdiffstats
path: root/modules/mappers/mod_speling.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_speling.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_speling.c')
-rw-r--r--modules/mappers/mod_speling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/mod_speling.c b/modules/mappers/mod_speling.c
index d89a86923d..44460c1ab0 100644
--- a/modules/mappers/mod_speling.c
+++ b/modules/mappers/mod_speling.c
@@ -94,7 +94,7 @@
* Activate it with "CheckSpelling On"
*/
-AP_MODULE_DECLARE_DATA module speling_module;
+module AP_MODULE_DECLARE_DATA speling_module;
typedef struct {
int enabled;