mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-06 21:09:47 +00:00
main/pbx: Move variable routines to pbx_variables.c.
This is the third patch in a series meant to reduce the bulk of pbx.c. This moves channel and global variable routines to their own source. Change-Id: Ibe8fb4647db11598591d443a99e3f99200a56bc6
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user