summaryrefslogtreecommitdiff
path: root/libhttpd.def
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-06-06 01:15:05 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-06-06 01:15:05 +0000
commitf105e38ff769d93c3ecc78bbc862559573b05ea4 (patch)
tree389c05b01d33dfd285070a0d0bf9cd85b2b6295c /libhttpd.def
parentf888d95c837ec45ec20dfb4c4acc8c08bc83ba52 (diff)
downloadhttpd-f105e38ff769d93c3ecc78bbc862559573b05ea4.tar.gz
PR:
Obtained from: Submitted by: Reviewed by: Fixes 1) The htpasswd and ab binaries, by converting ApacheCore.dsp to a library MSVC project. 2) Creates the ApacheCoreDll.dsp project to produce the dso version ApacheCore.dll 3) Some misc fixups to the original http_main.c -> Apache.exe conversion that misses newly added symbols. Code fixes to follow in a seperate patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85435 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libhttpd.def')
-rw-r--r--libhttpd.def26
1 files changed, 16 insertions, 10 deletions
diff --git a/libhttpd.def b/libhttpd.def
index 837810f489..8bdc2defd3 100644
--- a/libhttpd.def
+++ b/libhttpd.def
@@ -107,7 +107,7 @@ EXPORTS
ap_get_server_built @100
ap_get_server_name @101
ap_get_server_port @102
- ;ap_get_server_version @103
+ ap_get_server_version @103
; ap_get_time @104
ap_get_token @105
ap_getparents @106
@@ -401,12 +401,18 @@ EXPORTS
ap_bwrite_core @396
; Exclusively provided for http_main.c
- ap_register_hooks @398
- ap_prelinked_modules @399
- ap_preloaded_modules @400
- ap_post_config_hook @401
- ap_run_pre_config @402
- ap_run_rewrite_args @403
- ap_show_directives @404
- ap_show_modules @405
- ap_util_uri_init @406
+ ap_register_hooks @398 NONAME
+ ap_prelinked_modules @399 NONAME
+ ap_preloaded_modules @400 NONAME
+ ap_post_config_hook @401 NONAME
+ ap_run_pre_config @402 NONAME
+ ap_run_rewrite_args @403 NONAME
+ ap_show_directives @404 NONAME
+ ap_show_modules @405 NONAME
+ ap_util_uri_init @406 NONAME
+ ap_mpm_run @407 NONAME
+ ap_hook_deregister_all @408 NONAME
+ ap_run_open_logs @409 NONAME
+ ap_process_config_tree @410 NONAME
+ ap_server_config_defines @411 NONAME DATA
+