]> git.mikk.net Git - liburl/commit
Implemented new module (msgproc_module) and module instance (msgproc)
authorchris mikkelson <chris@mikk.net>
Tue, 27 Jan 2009 04:49:54 +0000 (22:49 -0600)
committerchris mikkelson <chris@mikk.net>
Tue, 27 Jan 2009 04:49:54 +0000 (22:49 -0600)
commit1f320a8c29fe8aa0236d868a659add037c0bb236
tree08ed74056a7c36aeecff7e398d62db0f591b9cac
parentad66507c50541c0e08cc6efc42a0a6ed25ca1126
Implemented new module (msgproc_module) and module instance (msgproc)
interface.  This allows each processing module to consume/advertise only
one global symbol, as opposed to 4-5 previously.

The HTML, text, and base64 modules have been moved from the old interface
to the new.  Base64 has furthermore become self-contained.

When the quoted-printable code is module-ified, the decoders.h file
can go away.

parser.h and parser.c were removed as they were specific to the old interface,
used to collect the growing number of public symbols for each module.
base64.c
decoders.h
html.c
msgproc.c
msgproc.h
parser.c [deleted file]
parser.h [deleted file]
text.c