pub unsafe extern "C" fn svn_repos_link_path(
report_baton: *mut c_void,
path: *const c_char,
link_path: *const c_char,
revision: svn_revnum_t,
start_empty: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_repos_link_path2(), but with @a lock_token set to @c NULL.
@deprecated Provided for backward compatibility with the 1.1 API.