Main Page | Modules | Data Structures | File List | Data Fields

/extra/work/state-dev/src/modules/mail/mod_mail.h

00001 /* ----------------------------------------------------------------------------
00002  * $Id: mod_mail.h,v 1.8 2004/01/14 21:44:35 jlewalle Exp $
00003  *
00004  * --------------------------------------------------------------------------*/
00005 #if !defined(_INCLUDED_MOD_MAIL_H_HEADER__)
00006 #define _INCLUDED_MOD_MAIL_H_HEADER__
00007 
00008 /* Setup the proper Active module if we're unassigned. */
00009 #if !defined(ACTIVE_MODULE)
00010 # define ACTIVE_MODULE "mod_mail"
00011 #endif
00012 
00013 #include <stated.h>
00014 
00031 sul_error_t *
00032 modmail_initialize(smd_module_system_t *modsys, sul_cfg_block_t *cfg,
00033                    apr_pool_t *pool);
00034 
00043 sul_error_t *
00044 modmail_destroy(apr_pool_t *pool);
00045 
00056 sul_error_t *
00057 modmail_send(const char *to, const char *cc, const char *subj, 
00058              const char *body, apr_pool_t *pool);
00059 
00062 #endif

Generated on Wed Apr 28 09:38:33 2004 for State by doxygen 1.3.5