summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2016-01-04 20:46:25 -0500
committerCorey Farrell <git@cfware.com>2016-01-05 12:09:38 -0500
commitab191d124c5f1ac085c6c1e53a9983f879f194e5 (patch)
tree8491294e80061f23c4a3186d563f992cd1d82cad /include
parent09a9b93896a4a027528d98d0447c8e9175fb80ff (diff)
main/pbx: Move dialplan application management routines to pbx_app.c.
This is the sixth patch in a series meant to reduce the bulk of pbx.c. This moves dialplan application management functions to their own source. Change-Id: I444c10fb90a3cdf9f3047605d6a8aad49c22c44c
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index edf8fff73..6cea7137a 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -21,6 +21,7 @@ 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 load_pbx_switch(void); /*!< Provided by pbx_switch.c */
+int load_pbx_app(void); /*!< Provided by pbx_app.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 */