Modified: subversion/branches/ev2-export/subversion/libsvn_wc/wc.h URL: http://svn.apache.org/viewvc/subversion/branches/ev2-export/subversion/libsvn_wc/wc.h?rev=1430634&r1=1430633&r2=1430634&view=diff ============================================================================== --- subversion/branches/ev2-export/subversion/libsvn_wc/wc.h (original) +++ subversion/branches/ev2-export/subversion/libsvn_wc/wc.h Tue Jan 8 23:46:00 2013 @@ -767,6 +767,19 @@ svn_wc__externals_find_target_dups(apr_a apr_pool_t *pool, apr_pool_t *scratch_pool); +/* Revert tree LOCAL_ABSPATH to depth DEPTH and notify for all + reverts. */ +svn_error_t * +svn_wc__revert_internal(svn_wc__db_t *db, + const char *local_abspath, + svn_depth_t depth, + svn_boolean_t use_commit_times, + svn_cancel_func_t cancel_func, + void *cancel_baton, + svn_wc_notify_func2_t notify_func, + void *notify_baton, + apr_pool_t *scratch_pool); + #ifdef __cplusplus } #endif /* __cplusplus */
