summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-08 16:58:03 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-07-08 16:58:03 +0000
commit52ccbb6cdc41fd890ab15c9afbf392681810123c (patch)
tree8e37f6840fc36d5cc3a49f39fc0856cf66c53c18
parent2d0a8f05a26e7e6459bcec819a97f4409d34d0a5 (diff)
downloadlibapr-52ccbb6cdc41fd890ab15c9afbf392681810123c.tar.gz
apr_filepath_ functions do not operate on an apr_file_t, they should not
have apr_file_ prefixes. apr_filepath_ is it's own prefix. apr functions should operate on the apr_foo_ type for which they are named. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63583 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--renames_pending6
1 files changed, 2 insertions, 4 deletions
diff --git a/renames_pending b/renames_pending
index 20d4fc78d..5484bba3b 100644
--- a/renames_pending
+++ b/renames_pending
@@ -11,12 +11,10 @@ apr_time_interval_short_t from apr_short_interval_time_t
apr_file_info_t from apr_finfo_t
apr_file_stat from apr_stat
apr_file_lstat from apr_lstat
-apr_file_path_root from apr_filepath_root
-apr_file_path_merge from apr_file_path_merge
-apr_file_path_set from apr_filepath_set
-apr_file_path_get from apr_filepath_get
apr_file_attrs_t from apr_fileattrs_t
apr_file_seek_where_t from apr_seek_where_t
+
+apr_filepath_merge from apr_file_path_merge
apr_fnmatch_test from apr_is_fnmatch