#include <config.h>
Collaboration diagram for ast_config_engine:

Data Fields | |
| config_load_func * | load_func |
| char * | name |
| ast_config_engine * | next |
| realtime_var_get * | realtime_func |
| realtime_multi_get * | realtime_multi_func |
| realtime_update * | update_func |
Definition at line 53 of file config.h.
| char* name |
Definition at line 54 of file config.h.
Referenced by ast_config_engine_register(), and config_command().
| struct ast_config_engine* next |
Definition at line 59 of file config.h.
Referenced by ast_config_engine_deregister(), ast_config_engine_register(), and config_command().
1.5.1