diff options
author | Bill Stoddard <stoddard@apache.org> | 2000-08-11 22:15:41 +0200 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2000-08-11 22:15:41 +0200 |
commit | 1851f29504fbb4a9343e6ee3193f2db3b472c4b7 (patch) | |
tree | f409eff3cd0d2075cd4036516e0dc1ba164d41d1 | |
parent | Get rid of an ancient comment (which was updated for the CHARSET_EBCDIC (diff) | |
download | apache2-1851f29504fbb4a9343e6ee3193f2db3b472c4b7.tar.xz apache2-1851f29504fbb4a9343e6ee3193f2db3b472c4b7.zip |
Export util_xml.c functions. Add dependency on xml libraries to apache.dsw.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86052 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | Apache.dsw | 6 | ||||
-rw-r--r-- | ApacheCore.def | 14 | ||||
-rw-r--r-- | libhttpd.def | 14 |
3 files changed, 34 insertions, 0 deletions
diff --git a/Apache.dsw b/Apache.dsw index d5cb46fae8..7a7651cf46 100644 --- a/Apache.dsw +++ b/Apache.dsw @@ -59,6 +59,12 @@ Package=<4> Begin Project Dependency Project_Dep_Name ApacheCore End Project Dependency + Begin Project Dependency + Project_Dep_Name xmlparse + End Project Dependency + Begin Project Dependency + Project_Dep_Name xmltok + End Project Dependency }}} ############################################################################### diff --git a/ApacheCore.def b/ApacheCore.def index e1ca63f303..a8bc09caa1 100644 --- a/ApacheCore.def +++ b/ApacheCore.def @@ -419,3 +419,17 @@ EXPORTS ap_sort_hooks @412 ap_fini_vhost_config @413 ap_fixup_virtual_hosts @414 + ap_global_hook_pool @415 DATA + +; +; util_xml.h + ap_text_append @416 + ap_xml_parse_input @451 + ap_xml_to_text @452 + ap_xml_empty_elem @453 + ap_xml_quote_string @454 + ap_xml_quote_elem @455 + ap_xml_insert_uri @456 + + + diff --git a/libhttpd.def b/libhttpd.def index e1ca63f303..a8bc09caa1 100644 --- a/libhttpd.def +++ b/libhttpd.def @@ -419,3 +419,17 @@ EXPORTS ap_sort_hooks @412 ap_fini_vhost_config @413 ap_fixup_virtual_hosts @414 + ap_global_hook_pool @415 DATA + +; +; util_xml.h + ap_text_append @416 + ap_xml_parse_input @451 + ap_xml_to_text @452 + ap_xml_empty_elem @453 + ap_xml_quote_string @454 + ap_xml_quote_elem @455 + ap_xml_insert_uri @456 + + + |