summaryrefslogtreecommitdiff
path: root/aprlib.def
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-08-06 06:07:33 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-08-06 06:07:33 +0000
commit06b2035cc7444370e4ad913f25e400545915a743 (patch)
tree4f0eea47f7ec42ad43d4b3fad7f7d5907e416115 /aprlib.def
parent6105382e1c48011d628cd0562e87471ca605e8cb (diff)
downloadlibapr-06b2035cc7444370e4ad913f25e400545915a743.tar.gz
Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...
see src/lib/apr/apr_compat.h for most details. Also a few minor nits to get Win32 to build. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'aprlib.def')
-rw-r--r--aprlib.def18
1 files changed, 9 insertions, 9 deletions
diff --git a/aprlib.def b/aprlib.def
index dbf1cdb1d..118cd997d 100644
--- a/aprlib.def
+++ b/aprlib.def
@@ -118,7 +118,7 @@ EXPORTS
; apr_get_os_proc @109
apr_get_os_thread @110
apr_get_os_threadkey @111
- ap_os_systemcase_filename @112
+ apr_os_systemcase_filename @112
canonical_filename @113
apr_create_pool @114
apr_clear_pool @115
@@ -128,13 +128,13 @@ EXPORTS
apr_set_userdata @119
apr_initialize @120
apr_getopt @121
- ap_opterr @122 DATA
- ap_optind @123 DATA
- ap_optopt @124 DATA
- ap_optreset @125 DATA
- ap_optarg @126 DATA
+ apr_opterr @122 DATA
+ apr_optind @123 DATA
+ apr_optopt @124 DATA
+ apr_optreset @125 DATA
+ apr_optarg @126 DATA
; apr_make_time @127
- apr_ansi_time_to_ap_time @127
+ apr_ansi_time_to_apr_time @127
; apr_current_time @128
apr_now @128
; apr_explode_time @129
@@ -242,8 +242,8 @@ EXPORTS
apr_dso_sym @221
; apr_dso_init @222
apr_collapse_spaces @223
- ap_month_snames @224
- ap_day_snames @225
+ apr_month_snames @224
+ apr_day_snames @225
apr_canonical_error @226
apr_strerror @227
apr_generate_random_bytes @228