On Wed, Aug 01, 2001 at 02:48:50PM -0700, Doug MacEachern wrote: > tho i'd be even more happy with apr_uri_unparse, apr_uri_parse, etc. > i'm sure everybody is just as tired of renaming stuff, but now is the > time. how about the following? > > #old new > APU_URI_* APR_URI_* > UNP_OMITUSER APR_URI_UNP_OMITUSER > UNP_OMITPASSWORD APR_URI_UNP_OMITPASSWORD > UNP_OMITUSERINFO APR_URI_UNP_OMITUSERINFO > UNP_REVEALPASSWORD APR_URI_UNP_REVEALPASSWORD > UNP_OMITPATHINFO APR_URI_UNP_OMITPATHINFO > UNP_OMITQUERY APR_URI_UNP_OMITQUERY > apr_uri_components apr_uri_t > apr_uri_unparse_components apr_uri_unparse > apr_uri_parse_components apr_uri_parse > apr_uri_parse_hostinfo_components apr_uri_parse_hostinfo
+1. (When I moved it, I was trying to keep the names as similar as possible to the old ones...) -- justin
