mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-06 18:13:45 +00:00
Verify includes, and give warnings if invalid (bug #429)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1667 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -376,6 +376,13 @@ int ast_context_remove_include(char *context, char *include, char *registrar);
|
||||
*/
|
||||
int ast_context_remove_include2(struct ast_context *con, char *include, char *registrar);
|
||||
|
||||
//! Verifies includes in an ast_contect structure
|
||||
/*!
|
||||
* \param con context in which to verify the includes
|
||||
* Returns 0 if no problems found, -1 if there were any missing context
|
||||
*/
|
||||
int ast_context_verify_includes(struct ast_context *con);
|
||||
|
||||
//! Add a switch
|
||||
/*!
|
||||
* \param context context to which to add the switch
|
||||
|
||||
Reference in New Issue
Block a user