From 198813125b1795f0961aa24e1bd84aaecce5e846 Mon Sep 17 00:00:00 2001 From: chris mikkelson Date: Mon, 8 Mar 2010 18:50:22 -0600 Subject: [PATCH] Added MSGPROC_TEST module type for testing purposes. Each test case will need to define their own test module. --- msgproc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/msgproc.h b/msgproc.h index da5ebf3..7c2945a 100644 --- 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 { -- 2.50.1