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

Re: svn commit: rev 5429 - trunk/subversion/include

From: <cmpilato_at_collab.net>
Date: 2003-03-21 22:51:09 CET

gstein@tigris.org writes:

> Modified: trunk/subversion/include/svn_repos.h
> ==============================================================================
> --- trunk/subversion/include/svn_repos.h (original)
> +++ trunk/subversion/include/svn_repos.h Fri Mar 21 15:23:15 2003
> @@ -349,10 +349,11 @@
> * the @a new_revision, @a date, and @a author of the commit, along with
> * the @a baton closure.
> */
> -typedef svn_error_t *svn_repos_commit_callback_t (svn_revnum_t new_revision,
> - const char *date,
> - const char *author,
> - void *baton);
> +typedef svn_error_t *(*svn_repos_commit_callback_t) (
> + svn_revnum_t new_revision,
> + const char *date,
> + const char *author,
> + void *baton);

Dude, even with your mods, this would fit in 79 columns.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 21 22:53:57 2003

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.