42 #ifndef SERVICES_MODSTACK_H 43 #define SERVICES_MODSTACK_H struct module_func_block * module_factory(const char **str)
const char ** module_list_avail(void)
int modstack_find(struct module_stack *stack, const char *name)
size_t mod_get_mem(struct module_env *env, const char *name)
int modstack_config(struct module_stack *stack, const char *module_conf)
void modstack_desetup(struct module_stack *stack, struct module_env *env)
void modstack_init(struct module_stack *stack)
struct module_func_block ** mod
int modstack_setup(struct module_stack *stack, const char *module_conf, struct module_env *env)