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

Re: svn commit: r11589 - trunk/subversion/libsvn_repos

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-10-23 15:06:32 CEST

dionisos@tigris.org writes:

> Author: dionisos
> Date: Sat Oct 23 03:23:02 2004
> New Revision: 11589
>
> Modified:
> trunk/subversion/libsvn_repos/repos.c
> trunk/subversion/libsvn_repos/repos.h
> Log:

> ==============================================================================
> --- trunk/subversion/libsvn_repos/repos.c (original)
> +++ trunk/subversion/libsvn_repos/repos.c Sat Oct 23 03:23:02 2004
> @@ -65,6 +65,13 @@
>
>
> const char *
> +svn_repos_passwd (svn_repos_t *repos, apr_pool_t *pool)

From its name, and the fact that it is not static, this appears to be
a public interface, yet it doesn't appear in a header file. What's
going on?

> +{
> + return svn_path_join (repos->conf_path, SVN_REPOS__CONF_PASSWD, pool);
> +}

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 23 15:06:54 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.