mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 12:16:00 +00:00
merge markster's usersconf branch with some slight changes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -172,6 +172,7 @@ int read_config_maps(void);
|
||||
struct ast_config *ast_config_new(void);
|
||||
struct ast_category *ast_config_get_current_category(const struct ast_config *cfg);
|
||||
void ast_config_set_current_category(struct ast_config *cfg, const struct ast_category *cat);
|
||||
char *ast_config_option(struct ast_config *cfg, const char *cat, const char *var);
|
||||
|
||||
struct ast_category *ast_category_new(const char *name);
|
||||
void ast_category_append(struct ast_config *config, struct ast_category *cat);
|
||||
|
@@ -174,6 +174,7 @@ int pbx_exec(struct ast_channel *c, struct ast_app *app, void *data);
|
||||
* \return NULL on failure, and an ast_context structure on success
|
||||
*/
|
||||
struct ast_context *ast_context_create(struct ast_context **extcontexts, const char *name, const char *registrar);
|
||||
struct ast_context *ast_context_find_or_create(struct ast_context **extcontexts, const char *name, const char *registrar);
|
||||
|
||||
/*!
|
||||
* \brief Merge the temporary contexts into a global contexts list and delete from the
|
||||
|
Reference in New Issue
Block a user