From: chris mikkelson Date: Tue, 9 Mar 2010 00:50:22 +0000 (-0600) Subject: Added MSGPROC_TEST module type for testing purposes. Each test case X-Git-Url: https://git.mikk.net/?a=commitdiff_plain;h=198813125b1795f0961aa24e1bd84aaecce5e846;p=liburl Added MSGPROC_TEST module type for testing purposes. Each test case will need to define their own test module. --- 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 {