00001 /* ---------------------------------------------------------------------------- 00002 * $Id: smd_config.h,v 1.5 2004/04/05 20:58:08 jlewalle Exp $ 00003 * 00004 * --------------------------------------------------------------------------*/ 00005 #if !defined(_INCLUDED_SMD_CONFIG_H_HEADER__) 00006 #define _INCLUDED_SMD_CONFIG_H_HEADER__ 00007 00015 sul_error_t * 00016 smd_config_initialize(const char *path, apr_pool_t *pool); 00017 00023 const char * 00024 smd_config_path_get(void); 00025 00031 sul_cfg_block_t * 00032 smd_config_get(apr_pool_t *pool); 00033 00038 sul_error_t * 00039 smd_config_reload(void); 00040 00041 #endif