[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn_repos_trace_node_locations()

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-09-21 00:28:45 CEST

Would it violate our API promises to add 'const' to the
location_revisions parameter of this function in svn_repos.h:

   svn_error_t *
   svn_repos_trace_node_locations (svn_fs_t *fs,
                                   apr_hash_t **locations,
                                   const char *fs_path,
                                   svn_revnum_t peg_revision,
                                   apr_array_header_t *location_revisions,
                                   apr_pool_t *pool);

?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 21 00:30:34 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.