Philip Martin wrote: > URL: http://svn.apache.org/r1584114 > Log: > Convert the new multi-path lock and unlock functions to a callback API, > rename from _lock2 and _unlock2 to _lock_many and _unlock_many.
> Modified: subversion/trunk/subversion/include/svn_fs.h > ============================================================================== > /** Lock the paths in @a targets in @a fs, and set @a *results to the The old 'results' parameter no longer exists. Same in _unlock_many() and in the two similar svn_repos.h functions. - Julian