[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r33933 - trunk/subversion/libsvn_subr

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 28 Oct 2008 09:59:07 -0700

On Tue, Oct 28, 2008 at 7:59 AM, <hwright_at_tigris.org> wrote:
>...
> +++ trunk/subversion/libsvn_subr/opt.h Tue Oct 28 07:59:58 2008 (r33933)
>...
> +/* Note: This is substantially copied into svn_client_args_to_target_array() in
> + * order to move to libsvn_client while maintaining backward compatibility.
> + * See that function for argument definiations. */
> +svn_error_t *
> +svn_opt__args_to_target_array(apr_array_header_t **targets_p,
> + apr_getopt_t *os,
> + apr_array_header_t *known_targets,
> + apr_pool_t *pool);

Eh... doesn't this duplicate the declaration in
include/private/svn_opt_private.h ??

>...
> +#ifdef __cplusplus
> +}
> +#endif /* __cplusplus */
> +
> +#endif /* SVN_LIBSVN_SUBR_CACHE_H */

Wrong symbol.

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-10-28 17:59:22 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.