[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: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-08-12 16:31:08 CEST

Garrett Rooney <rooneg@electricjellyfish.net> writes:

> 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 ;-)

Well, I'm hoping it gets into 1.1. :-)

---------------------------------------------------------------------
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:32:48 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.