[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: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Tue, 28 Oct 2008 14:51:23 -0500

Greg Stein wrote:
> 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 ??

Bah. We've got too many dang headers. ;)

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

r33941.

-Hyrum

Received on 2008-10-28 20:51:42 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.