diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2015-10-12 08:54:49 +0000 | 
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2015-10-12 08:54:49 +0000 | 
| commit | dc5d469d6574e9fb03bdd793658bb371315b306a (patch) | |
| tree | 013c2e6845398e5a9ca4901dcc077769c7520e1d /subversion/libsvn_wc/props.h | |
| parent | 58218291fa73a17020ef0447398e9e8a78f9e8c7 (diff) | |
Notes
Diffstat (limited to 'subversion/libsvn_wc/props.h')
| -rw-r--r-- | subversion/libsvn_wc/props.h | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/subversion/libsvn_wc/props.h b/subversion/libsvn_wc/props.h index c648e3c42ff9..c33e13e58ec9 100644 --- a/subversion/libsvn_wc/props.h +++ b/subversion/libsvn_wc/props.h @@ -139,11 +139,17 @@ svn_wc__get_actual_props(apr_hash_t **props,                           apr_pool_t *result_pool,                           apr_pool_t *scratch_pool); +/* Creates a property reject file at *TMP_PREJFILE_ABSPATH, with +   either the property conflict data from DB (when PROP_CONFLICT_DATA +   is NULL) or the information in PROP_CONFLICT_DATA if it isn't. + */  svn_error_t *  svn_wc__create_prejfile(const char **tmp_prejfile_abspath,                          svn_wc__db_t *db,                          const char *local_abspath, -                        const svn_skel_t *conflict_skel, +                        const svn_skel_t *prop_conflict_data, +                        svn_cancel_func_t cancel_func, +                        void *cancel_baton,                          apr_pool_t *result_pool,                          apr_pool_t *scratch_pool); | 
