Author: hwright
Date: Tue Jul 13 10:32:18 2010
New Revision: 963665

URL: http://svn.apache.org/viewvc?rev=963665&view=rev
Log:
* subversion/include/svn_wc.h
  (svn_wc_translated_file2, svn_wc_translated_stream): Re-deprecate these
    functions, in followup to r963632.

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

Modified: subversion/trunk/subversion/include/svn_wc.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_wc.h?rev=963665&r1=963664&r2=963665&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_wc.h (original)
+++ subversion/trunk/subversion/include/svn_wc.h Tue Jul 13 10:32:18 2010
@@ -7018,6 +7018,7 @@ svn_wc_create_tmp_file(apr_file_t **fp,
  *
  * @since New in 1.4
  */
+SVN_DEPRECATED
 svn_error_t *
 svn_wc_translated_file2(const char **xlated_path,
                         const char *src,
@@ -7057,6 +7058,7 @@ svn_wc_translated_file(const char **xlat
  *
  * @since New in 1.5.
  */
+SVN_DEPRECATED
 svn_error_t *
 svn_wc_translated_stream(svn_stream_t **stream,
                          const char *path,


Reply via email to