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

Re: svn commit: r10604 - in trunk/subversion: include libsvn_client libsvn_delta libsvn_repos libsvn_subr svndumpfilter

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-08-12 16:27:22 CEST

cmpilato@tigris.org wrote:

> +/**
> + * @since New in 1.1.
> + *
> + * Compare two @c const char * paths, returning an integer greater
> + * than, equal to, or less than 0, using the same comparison rules as
> + * are used by @c svn_path_compare_paths.
> + *
> + * This function is compatible for use with @c qsort().
> + */
> +int svn_sort_compare_paths (const void *a, const void *b);

I think you mean @since New in 1.2 ;-)

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Aug 12 16:28:46 2004

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.