pub unsafe extern "C" fn svn_repos_db_logfiles(
logfiles: *mut *mut apr_array_header_t,
path: *const c_char,
only_unused: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
This function is a wrapper around svn_fs_berkeley_logfiles(), returning log file paths relative to the root of the repository.
@copydoc svn_fs_berkeley_logfiles()