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

private functions in public api?

From: Neels J Hofmeyr <neels_at_elego.de>
Date: Sun, 14 Aug 2011 17:04:45 +0200

There are double-underscored function names in include/svn_dirent_uri.h (and
in other include/*.h, too), found both on trunk and on 1.7.x, as well as in
recent beta releases. Have our naming conventions changed??

[[[
> svn cat $svnrepos/tags/1.7.0-beta3/subversion/include/svn_dirent_uri.h |
grep [a-z]__[a-z]
 * - @c svn_relpath__internal_style()
svn_relpath__internal_style(const char *relpath,
svn_uri__is_child(const char *parent_uri,
svn_relpath__is_child(const char *parent_relpath,
svn_relpath__is_ancestor(const char *parent_relpath,
svn_uri__is_ancestor(const char *parent_uri,
]]]

~Neels

Received on 2011-08-14 17:05:25 CEST

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.