You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2015/08/05 14:07:33 UTC

svn commit: r1694194 - /subversion/trunk/subversion/include/svn_repos.h

Author: stefan2
Date: Wed Aug  5 12:07:33 2015
New Revision: 1694194

URL: http://svn.apache.org/r1694194
Log:
Make the svn_repos_get_fs_build_parser5 API declaration fit its docstring
and consistent with the older / deprecated versions of that API.
No functional change.

* subversion/include/svn_repos.h
  (svn_repos_get_fs_build_parser5): Rename CALLBACKS parameter to PARSER.

Modified:
    subversion/trunk/subversion/include/svn_repos.h

Modified: subversion/trunk/subversion/include/svn_repos.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_repos.h?rev=1694194&r1=1694193&r2=1694194&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_repos.h (original)
+++ subversion/trunk/subversion/include/svn_repos.h Wed Aug  5 12:07:33 2015
@@ -3473,7 +3473,7 @@ svn_repos_parse_dumpstream3(svn_stream_t
  * @since New in 1.9.
  */
 svn_error_t *
-svn_repos_get_fs_build_parser5(const svn_repos_parse_fns3_t **callbacks,
+svn_repos_get_fs_build_parser5(const svn_repos_parse_fns3_t **parser,
                                void **parse_baton,
                                svn_repos_t *repos,
                                svn_revnum_t start_rev,