]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Of course, the export helps too.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Oct 2001 05:55:01 +0000 (05:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 4 Oct 2001 05:55:01 +0000 (05:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91277 13f79535-47bb-0310-9956-ffa450edef68

src/modules/standard/mod_mime_magic.c

index 3f22d310f63a93720a2caee409e1cc8cd0ddbe84..4fcd7e4e6c1d82d23aa60acffb77ab89e7507aa9 100644 (file)
@@ -498,7 +498,7 @@ typedef struct {
  * configuration functions - called by Apache API routines
  */
 
-module mime_magic_module;
+module MODULE_VAR_EXPORT mime_magic_module;
 
 static void *create_magic_server_config(pool *p, server_rec *d)
 {
@@ -2485,7 +2485,7 @@ static int magic_find_ct(request_rec *r)
  * Apache API module interface
  */
 
-module mime_magic_module =
+module MODULE_VAR_EXPORT mime_magic_module =
 {
     STANDARD_MODULE_STUFF,
     magic_init,                        /* initializer */