On Mon, 2007-03-12 at 14:00 +0000, Joe Orton wrote: > 1) Move the apr_dbd_internal.h header out of the private/ subdirectory > and give call it something other than "_internal.h"
We could just merge its content into apr_dbd.h and then delete it. > 2) Commit to API/ABI stability in the driver interface; stuff like > r508700 would subsequently require a major version bump > 3) Enforce ABI versioning at DSO load time e.g. using magic at the > beginning of the driver structure Sounds cool to me. -- Bojan