summaryrefslogtreecommitdiff
path: root/include/http_main.h
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-05-27 22:40:44 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-05-27 22:40:44 +0000
commitda493b8be15e831bbbefbe28826f90163f430bbd (patch)
treee900ff111666fb78fa08a248f13ccba80bff69ae /include/http_main.h
parentf9f1ad6289b2e294b27ca0e7ac70f892fe041276 (diff)
downloadhttpd-da493b8be15e831bbbefbe28826f90163f430bbd.tar.gz
PR:
Obtained from: Submitted by: Reviewed by: Reverse out all _EXPORT_VAR changes back to their original _VAR_EXPORT names for linkage (API_, CORE_, and MODULE_). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_main.h')
-rw-r--r--include/http_main.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/http_main.h b/include/http_main.h
index 09b3f07240..9c563627b3 100644
--- a/include/http_main.h
+++ b/include/http_main.h
@@ -63,13 +63,13 @@
extern "C" {
#endif
-extern API_EXPORT_VAR const char *ap_server_argv0;
-extern API_EXPORT_VAR const char *ap_server_root;
+extern API_VAR_EXPORT const char *ap_server_argv0;
+extern API_VAR_EXPORT const char *ap_server_root;
/* for -C, -c and -D switches */
-extern API_EXPORT_VAR ap_array_header_t *ap_server_pre_read_config;
-extern API_EXPORT_VAR ap_array_header_t *ap_server_post_read_config;
-extern API_EXPORT_VAR ap_array_header_t *ap_server_config_defines;
+extern API_VAR_EXPORT ap_array_header_t *ap_server_pre_read_config;
+extern API_VAR_EXPORT ap_array_header_t *ap_server_post_read_config;
+extern API_VAR_EXPORT ap_array_header_t *ap_server_config_defines;
#ifdef __cplusplus
}