On 12/7/05, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: > I didn't see your comment to this, it seems these -should- be exported to me.
Don't we already have functions in the public API for calculating SHA1 hashes? > >> It seems these should be public, and the '__'s will inevitably > >> confuse some > >> devs, as well as not following our conventions. > > > > Then we should document it as our convention. :-) > > Or something +1... _apr_foo or apr__foo is fine here. Actually, _apr_foo is not fine, leading underscores are in the C library's implementation namespace IIRC. -garrett
