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