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