On Sep 4, 2012 5:47 PM, "Daniel Shahaf" <d...@daniel.shahaf.name> wrote: > > Stefan Fuhrmann wrote on Tue, Sep 04, 2012 at 22:03:54 +0200: > > Hi there, > > > > While looking for the appropriate place to declare a few > > svn-private constants, I realized that libsvn_subr is the > > only lib that comes with multiple private headers. > > > > Why is that a problem?
Every other library has a single private header. With subr, you gotta go search every time to see if the declaration is in svn_subr_private.h, or some other random header. It's a scattered mess. Unifying the APIs into a single library header would be a huge improvement. Cheers, -g