On Wed, Jun 04, 2008 at 03:38:38PM +0100, Jeremy Henty wrote:
The first patch in this set creates stubs for the new files and adds them to the build. Developers should run " make maintainer-clean ; ./autogen.sh " after checking this out so that the new source file is compiled.
The other patches move some macros, typedefs, structs and class definitions from html.cc into the new headers.
Committed.
The next step is to move some of the function declarations across, but that depends on deciding what to do with the function names. Should I rename "Html_*" to "a_Html_*"? In other words, do functions in form.hh count as part of the Html module API or part of its internals. I am inclined to say they are internal and so not rename them. Comments?
I'd prefer to have C functions called from other sources as a_Html_*. -- Cheers Jorge.-