00001 /* ---------------------------------------------------------------------------- 00002 * $Id: mod_flatfile.h,v 1.1 2004/01/27 01:02:40 jlewalle Exp $ 00003 * 00004 * --------------------------------------------------------------------------*/ 00005 #if !defined(_INCLUDED_MOD_FLATFILE_H_HEADER__) 00006 #define _INCLUDED_MOD_FLATFILE_H_HEADER__ 00007 00008 /* Setup the proper Active module if we're unassigned. */ 00009 #if !defined(ACTIVE_MODULE) 00010 # define ACTIVE_MODULE "mod_flatfile" 00011 #endif 00012 00013 #include <stated.h> 00014 00031 sul_error_t * 00032 modff_initialize(smd_module_system_t *modsys, sul_cfg_block_t *cfg, 00033 apr_pool_t *pool); 00034 00043 sul_error_t * 00044 modff_destroy(apr_pool_t *pool); 00045 00048 #endif