Merge "modules: change module LOAD_FAILUREs to LOAD_DECLINES"

This commit is contained in:
zuul
2017-04-13 07:03:42 -05:00
committed by Gerrit Code Review
89 changed files with 431 additions and 340 deletions

View File

@@ -500,6 +500,13 @@ int ast_verb_console_get(void);
*/
void ast_verb_console_set(int verb_level);
/*!
* \brief Test if logger is initialized
*
* \retval true if the logger is initialized
*/
int ast_is_logger_initialized(void);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif