You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2010/03/18 15:27:28 UTC

svn commit: r924804 - /subversion/trunk/subversion/libsvn_subr/deprecated.c

Author: rhuijben
Date: Thu Mar 18 14:27:28 2010
New Revision: 924804

URL: http://svn.apache.org/viewvc?rev=924804&view=rev
Log:
Following up on r924797, move the svn_stream_from_aprfile() function I
accidentally removed to deprecated.c.

* subversion/libsvn_subr/deprecated.c
  (svn_stream_from_aprfile): Move this function here from stream.c.

Modified:
    subversion/trunk/subversion/libsvn_subr/deprecated.c

Modified: subversion/trunk/subversion/libsvn_subr/deprecated.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_subr/deprecated.c?rev=924804&r1=924803&r2=924804&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_subr/deprecated.c (original)
+++ subversion/trunk/subversion/libsvn_subr/deprecated.c Thu Mar 18 14:27:28 2010
@@ -850,6 +850,12 @@ svn_error_t *svn_stream_copy(svn_stream_
                           NULL, NULL, scratch_pool);
 }
 
+svn_stream_t *
+svn_stream_from_aprfile(apr_file_t *file, apr_pool_t *pool)
+{
+  return svn_stream_from_aprfile2(file, TRUE, pool);
+}
+
 /*** From path.c ***/
 
 const char *