Merge "main/pbx: Move variable routines to pbx_variables.c." into 13

This commit is contained in:
Matt Jordan
2016-01-05 13:38:39 -06:00
committed by Gerrit Code Review
5 changed files with 1187 additions and 1114 deletions

View File

@@ -19,6 +19,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 load_pbx_functions_cli(void); /*!< Provided by pbx_functions.c */
int load_pbx_variables(void); /*!< Provided by pbx_variables.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 */