From 5ee5c3739e228dd16b76d229556e955c993f21d3 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Mon, 4 Jan 2016 17:15:14 -0500 Subject: 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 --- include/asterisk/_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asterisk/_private.h') diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h index fb8043433..6635174a1 100644 --- a/include/asterisk/_private.h +++ b/include/asterisk/_private.h @@ -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 */ -- cgit v1.2.3