You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2014/01/23 21:58:13 UTC

svn commit: r1560806 - /subversion/trunk/subversion/include/svn_ra.h

Author: brane
Date: Thu Jan 23 20:58:13 2014
New Revision: 1560806

URL: http://svn.apache.org/r1560806
Log:
* subversion/include/svn_ra.h (svn_ra_check_tunnel_func_t):
   Fix wrong docstring that was left over from an earlier iteration
   of the API.

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

Modified: subversion/trunk/subversion/include/svn_ra.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_ra.h?rev=1560806&r1=1560805&r2=1560806&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_ra.h (original)
+++ subversion/trunk/subversion/include/svn_ra.h Thu Jan 23 20:58:13 2014
@@ -287,8 +287,8 @@ typedef svn_boolean_t (*svn_ra_check_tun
  * Callback function for opening a tunnel in ra_svn.
  *
  * Given the @a tunnel_name, tunnel @a user and server @a hostname and
- * @a port, return a new ra_svn connection in @a conn. The returned
- * connection must be allocated from @a pool.
+ * @a port, open a tunnel to the serverand return its file handles
+ * in @a request and @a response, which are owned by @a pool.
  *
  * @a request and @a response are the standard input and output,
  * respectively, of the process on the other end of the tunnel.