#include <biosphere_module.h>
#include <list.h>
#include <apr_pools.h>
#include <apr_dso.h>
#include <apr_time.h>
Include dependency graph for module.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
struct | module_info |
Defines | |
#define | module_is_loaded(m) (get_module_info(m) != NULL) |
Functions | |
bs_status | load_module (const char *name) |
bs_status | unload_module (const char *name) |
bs_status | unload_all_modules (void) |
bs_status | init_module (apr_pool_t *mp) |
bs_module * | get_module_info (const char *name) |
bs_status | get_module_descriptions (bs_list *names, bs_list *fnames, bs_list *versions, bs_list *descriptions) |