Merge "main/pbx: Move pbx_builtin dialplan applications to pbx_builtins.c" into 13

This commit is contained in:
Matt Jordan
2016-01-01 09:25:35 -06:00
committed by Gerrit Code Review
5 changed files with 1551 additions and 1476 deletions

View File

@@ -17,6 +17,7 @@
int load_modules(unsigned int); /*!< Provided by loader.c */
int load_pbx(void); /*!< Provided by pbx.c */
int load_pbx_builtins(void); /*!< Provided by pbx_builtins.c */
int init_logger(void); /*!< Provided by logger.c */
void close_logger(void); /*!< Provided by logger.c */
void logger_queue_start(void); /*!< Provided by logger.c */