You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/04/27 18:32:37 UTC

svn commit: r1097171 - /subversion/trunk/subversion/libsvn_client/info.c

Author: hwright
Date: Wed Apr 27 16:32:37 2011
New Revision: 1097171

URL: http://svn.apache.org/viewvc?rev=1097171&view=rev
Log:
* subversion/libsvn_client/info.c
  (svn_client_info3): Match this API with its declaration.

Modified:
    subversion/trunk/subversion/libsvn_client/info.c

Modified: subversion/trunk/subversion/libsvn_client/info.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/info.c?rev=1097171&r1=1097170&r2=1097171&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/info.c (original)
+++ subversion/trunk/subversion/libsvn_client/info.c Wed Apr 27 16:32:37 2011
@@ -539,7 +539,7 @@ svn_error_t *
 svn_client_info3(const char *abspath_or_url,
                  const svn_opt_revision_t *peg_revision,
                  const svn_opt_revision_t *revision,
-                 svn_info_receiver_t receiver,
+                 svn_info_receiver2_t receiver,
                  void *receiver_baton,
                  svn_depth_t depth,
                  const apr_array_header_t *changelists,