Mailing List Archive

cvs commit: apache-1.3/src/include http_config.h
pcs 98/05/09 06:27:21

Modified: src/include http_config.h
Log:
Make the declaration of ap_loaded_modules match it's definition.
This is required for compilation on WIN32, where API_VAR_EXPORT modifies
the definition.

Revision Changes Path
1.85 +1 -1 apache-1.3/src/include/http_config.h

Index: http_config.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/include/http_config.h,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- http_config.h 1998/05/07 16:09:00 1.84
+++ http_config.h 1998/05/09 13:27:20 1.85
@@ -324,7 +324,7 @@

extern module *ap_prelinked_modules[];
extern module *ap_preloaded_modules[];
-extern module **ap_loaded_modules;
+extern API_VAR_EXPORT module **ap_loaded_modules;

/* For http_main.c... */