On Sat, Mar 26, 2011 at 16:09, Brian McQueen <mcqueenor...@gmail.com> wrote: > If you want to share functions then put them into a library and they > will be shared in the usual way like normal c functions. If you want > to pass data between modules there are are notes and environment.
This. And there is also the provider API and the optional function stuff in ap_provider.h and apr_optional.h.