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

Re: API/Interface design questions

From: <kfogel_at_collab.net>
Date: 2004-03-11 20:00:01 CET

John Peacock <jpeacock@rowman.com> writes:
> call. There are existing higher level functions which should do what
> you need better. Besides, if you are extending mod_dav_svn, you are
> "family" and hence you can still use the semi-public functions if you
> need them.

Note that we don't have this concept of "semi-public" right now.

If a function has two underscores ('svn_wc__foo_bar'), that means it
is shared among different files in that library. But when functions
are called from other libraries, then they're just public functions.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 11 21:07:39 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.