00001 /* ---------------------------------------------------------------------------- 00002 * $Id: mod_linux.h,v 1.5 2004/01/14 21:44:35 jlewalle Exp $ 00003 * 00004 * --------------------------------------------------------------------------*/ 00005 #if !defined(_INCLUDED_MOD_LINUX_H_HEADER__) 00006 #define _INCLUDED_MOD_LINUX_H_HEADER__ 00007 00008 /* Setup the proper Active module if we're unassigned. */ 00009 #if !defined(ACTIVE_MODULE) 00010 # define ACTIVE_MODULE "mod_linux" 00011 #endif 00012 00013 #include <stated.h> 00014 #include <scd_general.h> 00015 00032 sul_error_t * 00033 modlinux_initialize(smd_module_system_t *modsys, sul_cfg_block_t *cfg, 00034 apr_pool_t *pool); 00035 00044 sul_error_t * 00045 modlinux_destroy(apr_pool_t *pool); 00046 00049 #endif