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-04 20:46:25 -0500
commit3507494b8aa31a0813ab1a4413be301ae4bd1f40 (patch)
tree0f28af375da0c61d7bd8f2720117888b4c4f05a1 /include
parent54a8f1a396bb1866573b6c85bac34abcda18581f (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 4cc8e2fb6..730e41505 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 */