Chris Seawood wrote:
> I've run this by a couple of people and I think we've thought it
> through to the point where we need more input from people who might be
> affected. I want to completely separate our interfaces from the
> implementation of said interfaces. Practically speaking, I want to
> move the public headers & idl files from their respective places in
> the tree into a module heirarchy under mozilla/include/ .
If you want to know what headers are public run the
mozilla/embedding/config/mk_sdk_hdr_lst.pl script after a build. This
outputs a list of what headers are directly or indirectly pulled in by
the embedding samples.
Adam