summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-01-06 06:13:29 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-01-06 06:13:29 -0600
commitc8e786ff66266d3edf2dace1d97f1ded6a27924e (patch)
treef476014d0d4d300337af39c09a9ca80f5b0a83ca /include/asterisk
parente00e6a606e2d2ccd1aad910f53cad634f4bf6fb5 (diff)
parent36f1eaf0b593a9a5d708f92965e571c587e84127 (diff)
Merge topic 'pbx-split'
* 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/asterisk')
-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 6635174a1..7963f3121 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 */