summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-01-06 06:13:14 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-01-06 06:13:14 -0600
commitb1ee692568a63d6c4f6ef84fd54c556e5af951ff (patch)
tree1744eb0585506a794223e74758f2935054d5eb92 /include
parent2e61c3d97b75d2c9de148c4bcf6b5e221d40f924 (diff)
parente462f0063f3e7fd2a2d8f0603d9c7cf8de46a88f (diff)
Merge topic 'pbx-split' into 13
* changes: main/pbx: Move hangup handler routines to pbx_hangup_handler.c. main/pbx: Move dialplan application management routines to pbx_app.c. main/pbx: Move switch routines to pbx_switch.c.
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/_private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/_private.h b/include/asterisk/_private.h
index 70e14dc8b..b59f7ca15 100644
--- a/include/asterisk/_private.h
+++ b/include/asterisk/_private.h
@@ -20,6 +20,9 @@ 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 load_pbx_switch(void); /*!< Provided by pbx_switch.c */
+int load_pbx_app(void); /*!< Provided by pbx_app.c */
+int load_pbx_hangup_handler(void); /*!< Provided by pbx_hangup_handler.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 */