]> git.mikk.net Git - liburl/commitdiff
Added MSGPROC_TEST module type for testing purposes. Each test case
authorchris mikkelson <chris@mikk.net>
Tue, 9 Mar 2010 00:50:22 +0000 (18:50 -0600)
committerchris mikkelson <chris@mikk.net>
Tue, 9 Mar 2010 00:50:58 +0000 (18:50 -0600)
will need to define their own test module.

msgproc.h

index da5ebf39708e5e93723637f14809c1dee8d86323..7c2945a2862c5f7c08d655179ffe0643d8d07ddb 100644 (file)
--- a/msgproc.h
+++ b/msgproc.h
@@ -14,7 +14,8 @@ typedef enum {
        MSGPROC_BASE64,
        MSGPROC_QUOTED_PRINTABLE,
        MSGPROC_TEXT,
-       MSGPROC_HTML
+       MSGPROC_HTML,
+       MSGPROC_TEST
 } msgproc_module_type;
 
 typedef struct {