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