On Thu, May 3, 2012 at 2:58 AM, <stef...@apache.org> wrote: > Author: stefan2 > Date: Thu May 3 06:58:26 2012 > New Revision: 1333324 > > URL: http://svn.apache.org/viewvc?rev=1333324&view=rev > Log: > Move private svn_hash API to a private header. > > * subversion/include/svn_hash.h > (svn_hash__clear, svn_hash__get_cstring, svn_hash__get_bool): > move from here ... > * subversion/include/private/svn_hash_private.h > ... to here; new file
How about using svn_subr_private.h rather than Yet Another Header? Note that the buildbot died on libsvn_ra_serf/serf.c. Might I recommend grep? :-P ... or even better: building/using serf yourself? >... Cheers, -g