diff options
Diffstat (limited to 'subversion/svn/cl-conflicts.h')
-rw-r--r-- | subversion/svn/cl-conflicts.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/subversion/svn/cl-conflicts.h b/subversion/svn/cl-conflicts.h index 07591a0..d488074 100644 --- a/subversion/svn/cl-conflicts.h +++ b/subversion/svn/cl-conflicts.h @@ -63,6 +63,16 @@ svn_cl__get_human_readable_tree_conflict_description( const svn_wc_conflict_description2_t *conflict, apr_pool_t *pool); +/* Like svn_cl__get_human_readable_tree_conflict_description but + for other conflict types */ +svn_error_t * +svn_cl__get_human_readable_action_description( + const char **desc, + svn_wc_conflict_action_t action, + svn_wc_operation_t operation, + svn_node_kind_t kind, + apr_pool_t *pool); + /** * Append to @a str an XML representation of the conflict data * for @a conflict, in a format suitable for 'svn info --xml'. |