pub unsafe extern "C" fn svn_path_local_style(
path: *const c_char,
pool: *mut apr_pool_t,
) -> *const c_charExpand description
Convert @a path from the canonical internal style to the local style.
@deprecated Provided for backward compatibility with the 1.6 API. New code should use svn_dirent_local_style().