From f9bfc2450e3eb07e86e46bc4721997f038ff1a52 Mon Sep 17 00:00:00 2001 From: Corey Farrell Date: Wed, 30 Dec 2015 21:51:47 -0500 Subject: main/pbx: Move custom function routines to pbx_functions.c. This is the second patch in a series meant to reduce the bulk of pbx.c. This moves custom function management routines to their own source. Change-Id: I34a6190282f781cdbbd3ce9d3adeac3c3805e177 --- 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 e58828c39..fb8043433 100644 --- a/include/asterisk/_private.h +++ b/include/asterisk/_private.h @@ -18,6 +18,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 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