On Fri, Nov 21, 2008 at 06:33, <stsp_at_tigris.org> wrote:
>...
> +++ trunk/subversion/svn/tree-conflicts.h Fri Nov 21 06:33:02 2008 (r34304)
> @@ -35,14 +35,16 @@ extern "C" {
>
>
> /**
> - * Append to @a descriptions a possibly localized human readable
> + * Return in @a desc a possibly localized human readable
> * description of a tree conflict described by @a conflict.
> *
> + * Allocate the result in @a pool.
> + *
> * @since New in 1.6.
> */
> svn_error_t *
> -svn_cl__append_human_readable_tree_conflict_description(
> - svn_stringbuf_t *descriptions,
> +svn_cl__get_human_readable_tree_conflict_description(
> + svn_string_t **desc,
> const svn_wc_conflict_description_t *conflict,
> apr_pool_t *pool);
Does this need to be an svn_string_t ? Couldn't it be a simple const char * ?
Cheers,
-g
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-11-21 15:36:41 CET